Replies: 1 comment
-
That probably means you've created a Both are explained in the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to impliment role base access to users in api. user sending access_token in api. but it is giving following error when i use
middleware like this
Route::group(['middleware' => ['role:super-admin']], function () {
}
Base table or view not found: 1146 Table 'sos.role_user' doesn't exist
Beta Was this translation helpful? Give feedback.
All reactions