Skip to content

Commit a4c097a

Browse files
Update README.md
1 parent 295945a commit a4c097a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ class HomeController extends Controller
7676
}
7777
}
7878
`
79-
Finally, create a view file called "index.blade.php" in App/Modules/Admin/Views folder with following contents
8079
80+
Finally, create a view file called "index.blade.php" in App/Modules/Admin/Views folder with
81+
following content
8182
8283
`<h1>Welcome to Admin Module</h1>`
8384

84-
8585
Now, once we have folder and file structure defined we have to enable admin module:
8686

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

0 commit comments

Comments
 (0)