sonus icon indicating copy to clipboard operation
sonus copied to clipboard

php artisan config:publish Rafasamp/Sonus still not working

Open knobik opened this issue 10 years ago • 1 comments

I'm trying to install Sonus on my laravel 4.2 package, i've checked the upper case problem but still i've got the

$# php artisan config:publish Rafasamp/Sonus

[InvalidArgumentException] Configuration not found.

config:publish [--path[="..."]] package

error. Can you help me?

Yes i've added the service provider and the alias... stil got the error :(

knobik avatar Jun 28 '14 10:06 knobik

found the fix/error

lowercase fixed it...

php artisan config:publish rafasamp/sonus

you need to fix your service provider.

knobik avatar Jun 28 '14 10:06 knobik