Laravel-filemanager: Publish vendor not working

Created on 10 Oct 2017  路  5Comments  路  Source: UniSharp/laravel-filemanager

in Laravel 5.5
image

Most helpful comment

I tried manually adding the provider and it worked.

All 5 comments

Hi @phamtien990819. Have you tried adding the tags?

php artisan vendor:publish --tag=lfm_config
php artisan vendor:publish --tag=lfm_public

@gwleuverink I tried it, but does not work.

It looks like the service provider isn't discovered correctly so the publish commands aren't registered within your app.
Does the package register after you run composer dump-autoload?

Edit: And if that doesn't work also try php artisan package:discover to create the package manifest anew.

I tried manually adding the provider and it worked.

Thanks for posting back. Glad it works. I鈥檒l close this

Was this page helpful?
0 / 5 - 0 ratings

Related issues

intergalactisch picture intergalactisch  路  5Comments

asimshazad picture asimshazad  路  4Comments

anasmorahhib picture anasmorahhib  路  5Comments

farshidrezaei picture farshidrezaei  路  4Comments

Dzhangar1980 picture Dzhangar1980  路  4Comments