Skip to content

Commit b6ee752

Browse files
committed
Merge branch 'master' of github.com:Codexshaper/laravel-permission
2 parents 301ba5f + 4b15a10 commit b6ee752

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@ php artisan permission:publish:views
6767
#Publish ```Resources```
6868
```
6969
php artisan permission:publish:resources
70-
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',
7175
```
7276

7377
# Note : Before Install and use this package run below command

0 commit comments

Comments
 (0)