File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4949 "scripts" : {
5050 "post-install-cmd" : [
5151 " php artisan clear-compiled" ,
52- " php artisan optimize" ,
53- " php artisan vendor:publish --tag=acl"
52+ " php artisan optimize"
5453 ],
5554 "post-update-cmd" : [
5655 " php artisan clear-compiled" ,
57- " php artisan optimize" ,
58- " php artisan vendor:publish --tag=acl"
56+ " php artisan optimize"
5957 ],
6058 "post-create-project-cmd" : [
6159 " php -r \" copy('.env.example', '.env');\" " ,
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ After installing the package you can find all his configuration files under lara
7575
7676 1. How to add a new menu item?
7777
78- First go to menu .php and add the new menu item entry along with the permissions.
78+ First go to acl_menu .php and add the new menu item entry along with the permissions.
7979 And secondly go to your routes.php and add for the specified route the following
8080 'before' => array('logged', 'can_see'), that way a user must be login first and
8181 have the appropriate permissions in order to access the specified route.
You can’t perform that action at this time.
0 commit comments