what is Restful Resource Controllers ?
Answer / suresh kumar
we need to perform CRUD (Create, Read, Update, Delete) operations, Laravel makes this job easy for us.
Just create a controller and Laravel will automatically provide all the methods for the CRUD operations.
You can also register a single route for all the methods in routes.php file.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the plateforms laravel homestead supports?
How to register a middleware in laravel 5?
What is meant by CRUD and explain each of it Operations ?
What are route groups?
What is blade template engine?
What is the difference between contracts vs facades?
What are the main differences between laravel 4 and laravel 5.x?
what is a Listeners ?
When laravel was launched?
What is laravel illuminate?
How to install valet?
What is singleton design pattern in laravel?