Answer Posted / 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 |
Post New Answer View All Answers
What is blade laravel?
What is cross site request forgery with example?
How auth is used?
Provide the steps to configure laravel application?
Explain how to serve sites on valet?
How to get Retrieving a Cookie in Laravel ?
Is laravel good for ecommerce?
How to write php code in laravel blade?
What are helper functions in laravel?
How to retrive current environment in laravel?
Is multiple php versions are supported by homestead?
How to make a custom validation rule in laravel?
What is laravel forge?
What do you mean by tagging used in laravel 5?
What is current stable version of laravel?