Skip to content

Commit 4b15a10

Browse files
authored
Added Config Doc
1 parent c9cd4cb commit 4b15a10

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)