barryvdh / laravel-elfinder

elFinder bundle for Laravel
738 stars 171 forks source link

Update readme.md. Remove single quotes or use double quotes. #256

Closed itomofumi closed 3 years ago

itomofumi commented 5 years ago

https://github.com/barryvdh/laravel-elfinder/issues/217

This command does not work with laravel 5.5 or higher. Remove single quotes or use double quotes.

php artisan vendor:publish --provider=Barryvdh\Elfinder\ElfinderServiceProvider --tag=config or php artisan vendor:publish --provider="Barryvdh\Elfinder\ElfinderServiceProvider" --tag=config