Zizaco / entrust

Role-based Permissions for Laravel 5
MIT License
6.05k stars 1.29k forks source link

403 Access Denied #923

Open usmansaif opened 6 years ago

usmansaif commented 6 years ago

I implement the Entrust Roles and Permission on my laravel application 5.6. I followed the complete method from here https://github.com/Zizaco/entrust

but after the complete implementation. I face "403 Access Denied" when try to login with admin.

If I try to login as regular user, then immediately redirect to login page, without logged in session.

Please guide me