Skip to content

Commit 0f21ebc

Browse files
authored
Update README.md
1 parent 237b78c commit 0f21ebc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ composer require codexshaper/laravel-permission
1111
```
1212
php artisan permission:install
1313
```
14-
```
1514
#Or Publish Resource, Configs, Migration and Seeding Database Manually
1615
1. Publish Configs
1716
```
@@ -29,7 +28,6 @@ php artisan migrate
2928
```
3029
php artisan db:seed --class=PermissionDatabaseSeeder
3130
```
32-
```
3331
#Import `use CodexShaper\Permission\Traits\HasRoles` or simply `use HasRoles` Trait into your `App\User` Model
3432

3533
#Example

0 commit comments

Comments
 (0)