Skip to content

Commit 295945a

Browse files
Update README.md
1 parent 6a36efb commit 295945a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ 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:
79+
Finally, create a view file called "index.blade.php" in App/Modules/Admin/Views folder with following contents
8080
8181
82-
<br><h1>Welcome to Admin Module</h1>
82+
`<h1>Welcome to Admin Module</h1>`
8383

8484

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

0 commit comments

Comments
 (0)