We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a5e96 commit a6b4f86Copy full SHA for a6b4f86
README.md
@@ -51,7 +51,23 @@ class User extends Authenticatable
51
use HasRoles;
52
}
53
```
54
-#To see demo got to ```/admin/permissions```
+#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
71
72
# Note : Before Install and use this package run below command
73
Before Laravel version 6.0
0 commit comments