Hi, So I have a controller in a package I created which deals with some resource, I created the cont...
Indeed, though this doesn't explain why the middleware is not loaded when the middleware is specifie...
Also, just to confirm, I changed to this and it works fine: Route::group(['middleware' => ['web',...
This is the line in my package route file: Route::resource('role_groups', 'KevinOrriss\UserRoles\Con...
Just add the web middleware to your route entry like this: Route::get('/file', 'FileController@creat...
The Laravel portal for problem solving, knowledge sharing and community building.
The community