romanbican / roles

Powerful package for handling roles and permissions in Laravel 5
MIT License
1.16k stars 297 forks source link

Nothing to publish for tag [config] #136

Open wserpas opened 8 years ago

wserpas commented 8 years ago

always i try to run command php artisan vendor:publish --provider="Bican\Roles\RolesServiceProvider" --tag=config i get this error, i try php artisan config:clear but nothing always the same message

mgsmus commented 8 years ago

Remove quotes from provider

luchiniii commented 8 years ago

I have the same error, I tried removing the quotes and didn't work.

luchiniii commented 8 years ago

This will probably help you.

When you change the app/config.php file, you have to clean the config cache by running the command "php artisan config:cache".

After doing this you can run the commands needed to install the package.