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.
2 parents 301ba5f + 4b15a10 commit b6ee752Copy full SHA for b6ee752
README.md
@@ -67,7 +67,11 @@ php artisan permission:publish:views
67
#Publish ```Resources```
68
```
69
php artisan permission:publish:resources
70
-
+```
71
+#For Overriding Views and Resources, Change your config file ```/config/permission.php``
72
73
+'resources_path' => 'resources/views/vendor/permissions/assets',
74
+'views' => 'resources/views/vendor/permissions/views',
75
76
77
# Note : Before Install and use this package run below command
0 commit comments