Laravel - Simple Route Access Control Part 2
This is a continuation from a previous article, found here: http://josephralph.co.uk/laravel-simple-route-based-access-control/ This article will cover a slightly more advanced and cleaner approach to creating the route filters. The End Goal The…