Skip to content

Conversation

itsnasser
Copy link

(optional) Issue number:

adding prefix and middlewares to config files

@@ -38,7 +38,7 @@ public function boot()
], 'lfm_handler');

if (config('lfm.use_package_routes')) {
Route::group(['prefix' => 'filemanager', 'middleware' => ['web', 'auth']], function () {
Route::group(['prefix' => config('prefix') ?: 'filemanger', 'middleware' => config('lfm.middlewares') ?: ['web','auth'] ], function () {
Copy link

@berkanumutlu berkanumutlu Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be config('prefix') ?: 'filemanger' => config('lfm.prefix') ?: 'filemanager'

berkanumutlu added a commit to berkanumutlu/laravel-example-app that referenced this pull request Dec 5, 2023
…r ile yapıldı.

- composer require unisharp/laravel-filemanager
php artisan vendor:publish --tag=lfm_config
 php artisan vendor:publish --tag=lfm_public
- File Manager Admin: UniSharp/laravel-filemanager#1019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants