Skip to content

Commit 5f1c5fd

Browse files
committed
Highlight the unhighlight codes in the documents
1 parent a810cd3 commit 5f1c5fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ After installing the package you can find all his configuration files under lara
116116
117117
First go to acl_menu.php and add the new menu item entry along with the permissions.
118118
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
119+
```
120+
'middleware' => array('logged', 'can_see'),
121+
```
122+
that way a user must be login first and
120123
have the appropriate permissions in order to access the specified route.
121124
122125
2. How to add permissions to a route that is not in the menu?

0 commit comments

Comments
 (0)