Error: config/permission.php not found and defaults could not be merged. Please publish the package configuration before proceeding.
I followed that document : https://github.com/Laravel-Backpack/PermissionManager
??
Will create permission table and can migrate it
??
I cannot migrate permission table into database
??
I try to check what I am wrong with this table, but still not yet fix. Anyone can help me?
??
When I run php artisan backpack:version the output is:
Hi @sokvebolkol ,
I bet you probably haven't installed spatie/laravel-permissions. Happens to all of us 馃檮 Please take another look at the Installation steps and make sure you've done on all of them correctly.
If you find a bug inside the package, please post and issue on that package's Github.
If you run into problems, please use Gitter/StackOverflow/Reddit. We use Github for bugs and features only.
Cheers!
Oups!
Looks like this is a support request, not a bug/feature. Could you please repost on StackOverflow, using the backpack-for-laravel tag?
Background: Here at Backpack we use Github Issues only for tracking bugs and features, not individual implementation issues. This helps _a lot_ in keeping our focus on improving Backpack. Thanks a lot for understanding!
Here are all the Backpack communication mediums:
backpack-for-laravel tag; this is recommended for most questions, since other developers can then find the answer on a simple Google search; also, people get points for answering - and who doesn't like StackOverflow points?!Please keep in mind Backpack offers no official / paid support. Whatever help you receive here, on Gitter, Slack or StackOverflow is thanks to our awesome _awesome_ community members, who give up some of their time to help their peers. If you want to join our community, just start pitching in. We take pride in being a welcoming bunch.
Thank you!
--
Justin Case
The Backpack Robot
PS. In case I mistakenly closed your issue, yell :-) I'm a robot, I make mistakes.
Hi @tabacitu, Thank you for help me. Now I just run php artisan config:cache, route:clear and view:clear. I solve my problem:)
Most helpful comment
Hi @tabacitu, Thank you for help me. Now I just run php artisan config:cache, route:clear and view:clear. I solve my problem:)