Skip to content

Commit

Permalink
docs: add info comment about the removal of AuthServiceProvider (#191)
Browse files Browse the repository at this point in the history
Given the fact that the AuthServiceProvider was removed in Laravel 11+ I updated the README.md to contain this info.
  • Loading branch information
pedrobruning authored Jul 24, 2024
1 parent 6101b2c commit c00c1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ php artisan permissions:sync -O|--oep
### Role and Permission Policies
Create a RolePolicy and PermissionPolicy if you wish to control the visibility of the resources on the navigation menu.
Make sure to add them to the AuthServiceProvider.
> **ℹ️ Info:** *Laravel 11 removed `AuthServiceProvider`, so in this case we need to use `AppServiceProvider` instead.*
### Ignoring prompts
You can ignore any prompts by add the flag ``-Y`` or ``--yes-to-all``
Expand Down

0 comments on commit c00c1b6

Please sign in to comment.