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 c9cd4cb commit 4b15a10Copy full SHA for 4b15a10
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