Tuesday, May 1, 2018

Laravel Backpack. Error 403 forbidden in crud lists with multiple prefix - development

Laravel Backpack. Error 403 forbidden in crud lists with multiple prefix

What I did:

Installed “mcamara/laravel-localization”

`Route::group([
'middleware' => ['web', 'role:admin', 'localeSessionRedirect', 'localizationRedirect', 'localeViewPath'],
'prefix' => LaravelLocalization::setLocale() . '/' . config('backpack.base.route_prefix'),

What I expected to happen:
Users list

What happened:

Response in network:

URL: http://friends-here.su/en/steering-wheel/user/search

Status: 403 Forbidden

Backpack, Laravel, PHP, DB version:

Backpack “0.9.3”, Laravel “5.6”, PHP “7.2”



from Laravel Questions and Answers https://laravelquestions.com/laravel/laravel-backpack-error-403-forbidden-in-crud-lists-with-multiple-prefix/
via Lzo Media

No comments:

Post a Comment