jonnybarnes.uk/routes
Jonny Barnes 2e79492b01 Protect admin routes with new eloquent sessions
When using Laravel’s own auth middleware an exception would then get
thrown which was being sent to Slack, hmmm.

So I modified the original MyAuthMiddleware to use the Auth facade
instead of a custom session key.

A logout page has also been added.
2019-03-23 09:35:07 +00:00
..
api.php Remove route closures to allow route caching 2017-03-03 14:23:56 +00:00
channels.php Squashed commit of the following: 2017-02-03 21:49:49 +00:00
console.php Migrate to Laravel 5.3 2016-09-06 16:40:39 +01:00
web.php Protect admin routes with new eloquent sessions 2019-03-23 09:35:07 +00:00