Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Codexshaper/laravel-permission
Browse files Browse the repository at this point in the history
  • Loading branch information
maab16 committed Sep 10, 2019
2 parents 301ba5f + 4b15a10 commit b6ee752
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ php artisan permission:publish:views
#Publish ```Resources```
```
php artisan permission:publish:resources
```
#For Overriding Views and Resources, Change your config file ```/config/permission.php``
```
'resources_path' => 'resources/views/vendor/permissions/assets',
'views' => 'resources/views/vendor/permissions/views',
```

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

0 comments on commit b6ee752

Please sign in to comment.