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.
1 parent 6a36efb commit 295945aCopy full SHA for 295945a
README.md
@@ -76,10 +76,10 @@ class HomeController extends Controller
76
}
77
78
`
79
-Finally, create a view file called "index.blade.php" in App/Modules/Admin/Views folder with following contents:
+Finally, create a view file called "index.blade.php" in App/Modules/Admin/Views folder with following contents
80
81
82
-<br><h1>Welcome to Admin Module</h1>
+`<h1>Welcome to Admin Module</h1>`
83
84
85
Now, once we have folder and file structure defined we have to enable admin module:
0 commit comments