Skip to content

Commit

Permalink
Merge pull request #4 from shevelev-anatoliy/fix-README.md
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
lee-to authored Jun 14, 2024
2 parents ff5368f + ae320a5 commit d6d5785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ php artisan migrate

### Get started

1. Change MoonShineUser model in app/moonshine.php
1. Change MoonShineUser model in config/moonshine.php

```php
use MoonShine\Permissions\Models\MoonshineUser;
Expand Down Expand Up @@ -50,7 +50,7 @@ class MoonShineUser extends Model
2. Publish system resources

```shell
php artisan moonshine:publish resources
php artisan moonshine:publish
````

3. Add trait WithPermissions to MoonShineUserResource
Expand Down

0 comments on commit d6d5785

Please sign in to comment.