We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac38e8 commit 22c65faCopy full SHA for 22c65fa
src/routes.php
@@ -1,6 +1,6 @@
1
<?php
2
$middlewares = \Config::get('lfm.middlewares');
3
-$prefix = \Config::get('lfm.prefix');
+$prefix = \Config::get('lfm.prefix', 'laravel-filemanager');
4
array_push($middlewares, '\Unisharp\Laravelfilemanager\middleware\MultiUser');
5
//, 'as' => 'admin.'
6
// make sure authenticated
0 commit comments