Skip to content

Commit c412bbf

Browse files
Update README.md
1 parent efb6381 commit c412bbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ Now, once we have folder and file structure defined we have to enable admin modu
8484

8585
open config/modules.php file and add following line:
8686

87+
8788
`return [
8889
'admin' => 'Admin Panel'
89-
];`
90+
];
91+
`
9092

9193
Done, go to browser and hit your local website instance and see if you get "Welcome to Admin Module" message on your screen

0 commit comments

Comments
 (0)