La Ravel
La Ravel
Function code
Webpage Webpage
Request Route
ROUT
E
Routes declared in routes/web.php
Controller
Route
http://127.0.0.1/student-form StudentController.php
/student-form
viewForm
Controller
Route
http://127.0.0.1/add-student StudentController.php
/add-student
storeData
ROUTE
METHODS
GET
Controller
Route
http://127.0.0.1/student-form StudentController.php
/student-form
viewForm
POST
Controller
Route
http://127.0.0.1/add-student StudentController.php
/add-student
storeData
REQUEST
METHODS
GET Retrieve Page or Data
POST
Controller
Route
http://127.0.0.1/students StudentController.php
/students
storeData
GET
ROUTE
GET
Controller
Route
http://127.0.0.1/students StudentController.php
/student-form
viewForm
POST
Controller
Route
http://127.0.0.1/students StudentController.php
/students
storeData
GET
ROUTE
GET Laravel App
Controller
http://127.0.0.1/student-form Route
StudentController.php
/student-form
viewForm
Eloquent Eloquent
ORM ORM
Enjoy Coding!
Thanks!