barryvdh / laravel-elfinder

elFinder bundle for Laravel
738 stars 171 forks source link

Unable to locate publishable resources. #271

Open masadi opened 4 years ago

masadi commented 4 years ago

when i run, php artisan vendor:publish --provider='Barryvdh\Elfinder\ElfinderServiceProvider' --tag=config

there is error message like this : "Unable to locate publishable resources. Publishing complete."

using laravel 6.11.0

313ava commented 4 years ago

I have the same problem on laravel 7.5.2.

emekaadirije commented 4 years ago

mine [laravel 5.8] just outputs publishing complete but it doesn't actually copy anything. I checked the config folder for the elfinder.php file and it's not there. Can/Should I manually copy the file?

sh0beir commented 4 years ago

if you are trying in phpstrom terminal or like this ! just try command in new terminal or powershell terminam ... this worked for me

rahulrajpal2911 commented 4 years ago

if you are trying in phpstrom terminal or like this ! just try command in new terminal or powershell terminam ... this worked for me

Thank you dear, it worked with powershell.

munster2016 commented 3 years ago

Thank you dear, it worked with gitbash too.

mtariq786 commented 1 year ago

I have fixed using " (double quotes) instead ' (single quotes)