Skip to content

Commit e7c043c

Browse files
committed
fixed doc of menu
1 parent 1685c94 commit e7c043c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,11 @@
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');\"",

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)