We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a810cd3 + 5f1c5fd commit 44c45f4Copy full SHA for 44c45f4
docs/index.md
@@ -116,7 +116,10 @@ After installing the package you can find all his configuration files under lara
116
117
First go to acl_menu.php and add the new menu item entry along with the permissions.
118
And secondly go to your routes.php and add for the specified route the following
119
- 'middleware' => array('logged', 'can_see'), that way a user must be login first and
+ ```
120
+ 'middleware' => array('logged', 'can_see'),
121
122
+ that way a user must be login first and
123
have the appropriate permissions in order to access the specified route.
124
125
2. How to add permissions to a route that is not in the menu?
0 commit comments