Skip to content

Commit a6b4f86

Browse files
authored
Update Demo Commands Readme
1 parent 40a5e96 commit a6b4f86

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,23 @@ class User extends Authenticatable
5151
use HasRoles;
5252
}
5353
```
54-
#To see demo got to ```/admin/permissions```
54+
#Check Permission go to ```/admin/laravel-permission```
55+
56+
#Install Demo
57+
```
58+
php artisan permission:install:demo
59+
```
60+
61+
#Publish ```Views```
62+
```
63+
php artisan permission:publish:views
64+
```
65+
66+
#Publish ```Resources```
67+
```
68+
php artisan permission:publish:resources
69+
70+
```
5571

5672
# Note : Before Install and use this package run below command
5773
Before Laravel version 6.0

0 commit comments

Comments
 (0)