in Laravel 5.5

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
Most helpful comment
I tried manually adding the provider and it worked.