Laravel 5 Admin Middleware (is_admin user check)
Would you like to have middleware that makes sure that only users with an is_admin = 1 status will be able to see the admin section? Then you can use the following code: app/Http/Middleware/AdminMiddleware.php
Laravel 5 Admin Middleware (is_admin user check) Read More »