Extended permissions in Laravel 5
I need extended permission handling, but at the same time i don't like to copy-paste 2-3 lines with checks and redirects on each route handler.
I need extended permission handling, but at the same time i don't like to copy-paste 2-3 lines with checks and redirects on each route handler.