Open ghost opened 6 years ago
I'm getting this on 5.6 too
mee too with 5.6
can not see provider or config file after artisan publish (l5.6)
I am getting the same issue! Publishing does not copy the views, assets, nor the config!
php artisan vendor:publish --provider='Barryvdh\Elfinder\ElfinderServiceProvider' --tag=config This command does not work with laravel 5.5 or higher Remove single quotes or try using double quotes.
php artisan vendor:publish --provider=Barryvdh\Elfinder\ElfinderServiceProvider --tag=config or php artisan vendor:publish --provider="Barryvdh\Elfinder\ElfinderServiceProvider" --tag=config
Vendors publish failed.. There are no css or js file..