Crud: permission manager in laravel backpack

Created on 13 Mar 2020  路  3Comments  路  Source: Laravel-Backpack/CRUD

Bug report

Error: config/permission.php not found and defaults could not be merged. Please publish the package configuration before proceeding.

What I did

I followed that document : https://github.com/Laravel-Backpack/PermissionManager
??

What I expected to happen

Will create permission table and can migrate it
??

What happened

I cannot migrate permission table into database
??

What I've already tried to fix it

I try to check what I am wrong with this table, but still not yet fix. Anyone can help me?

??

Backpack, Laravel, PHP, DB version

When I run php artisan backpack:version the output is:

Ask-It-On-Stack-Overflow

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:)

All 3 comments

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:

  • Long questions (_I have done X and Y and it won't do Z wtf_) - Stackoverflow, using the 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?!
  • Quick help (_How do I do X_) - Gitter Chatroom;
  • Bug Reports, Feature Requests - Github Issues (here);

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:)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bahman2216 picture bahman2216  路  3Comments

M0H3N picture M0H3N  路  3Comments

sseggio picture sseggio  路  3Comments

bastos71 picture bastos71  路  3Comments

AlexanderWM picture AlexanderWM  路  3Comments