routes.php
Located in app -> Http -> routes.php
It define which page to open for the first time. Also the manual link configuration of the whole application
Models
There is no model folder created . So you have to create a new folder "Models" in app folder.
View
View folder is located in Resources->View
Controller
Controller folder is located in app -> http -> controllers
Database Configurations
Database configurations is located in config -> database.php
Located in app -> Http -> routes.php
It define which page to open for the first time. Also the manual link configuration of the whole application
Models
There is no model folder created . So you have to create a new folder "Models" in app folder.
View
View folder is located in Resources->View
Controller
Controller folder is located in app -> http -> controllers
Database Configurations
Database configurations is located in config -> database.php
No comments:
Post a Comment