rappasoft / vault

Roles & Permissions for the Laravel 5 Framework
MIT License
103 stars 10 forks source link

unable to access admin part #15

Closed rameshreddyvemula closed 9 years ago

rameshreddyvemula commented 9 years ago

access/users url redirecting to dashboard. i used laravel-5-boilerplate and vault package, i didn't found any errors at time of installation but am unable access admin part, all Role and Permissions of Controllers and Middleware files are at Vendor only

NeDetto commented 9 years ago

I think you see this because you are not logged in as administrator. Try this:

With this method, i can enter in the Route correctly

rappasoft commented 9 years ago

Yes it will obviously only allow access if you are logged in as the default admin. Make sure you run the seeder, after doing so you can change the admin password from the backend.