Laravel-Backpack/MenuCRUD

elfinder route fix

AlexiaTorres opened this issue · 1 comments

config/elfinder.php
line 42
'route' => [
'prefix' => config('backpack.base.route_prefix', 'admin').'/elfinder',
'middleware' => ['web', 'admin'], //Set to null to disable middleware filter
],

Hi @AlexiaTorres ,

Thanks for the fix. Included it in Backpack\CRUD's dev branch, it will be available to everyone in the next point update.

Cheers!