We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295945a commit a4c097aCopy full SHA for a4c097a
README.md
@@ -76,12 +76,12 @@ 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
80
+Finally, create a view file called "index.blade.php" in App/Modules/Admin/Views folder with
81
+following content
82
83
`<h1>Welcome to Admin Module</h1>`
84
-
85
Now, once we have folder and file structure defined we have to enable admin module:
86
87
open config/modules.php file and add following line:
0 commit comments