barryvdh / laravel-elfinder

elFinder bundle for Laravel
745 stars 171 forks source link

Nothing to publish (configs ands views) #164

Open xciser77 opened 7 years ago

xciser77 commented 7 years ago

I am trying out this package but when i do: php artisan vendor:publish --provider='Barryvdh\Elfinder\ElfinderServiceProvider' --tag=config

I get the message: Nothing to publish for tag [config]

I am using laravel 5.3

KraigLutz commented 7 years ago

I'm having the same issue. Any word on this?

Edit: For me this was an issue with config cache. Running php artisan config:clear and then php artisan vendor:publish solved it.

fasthold commented 7 years ago

What about the view? I'm having the same problem with the view

fasthold commented 7 years ago

I copied files from /vendor/barryvdh/laravel-elfinder/resources/views to /resources/views/vendor/elfinder manually, it works for me.

unlike777 commented 7 years ago

+1