Answer the question
In order to leave comments, you need to log in
How to delimit section permissions in Laravel 5.1?
I didn't find it right off the bat... is it called RBAC?
let's say I need to make a section for drivers...
localhost/mysiteru/public/drivers
I understand that you need to create the roles table manually and set the roles yourself ..
and then do .. what?
Route::get('profile', ['middleware' => 'auth', 'uses' => '[email protected]']);
Do you need some kind of access check here?
Answer the question
In order to leave comments, you need to log in
You again.. :)
Again, everything is in the documentation.
laravel.com/docs/5.1/authorization
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question