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 faker in laravel?
What do you mean by bundles?
What is bootstrap software development?
Explain important directories used in a common laravel application.
What is meant by Forms in Laravel ?
What is blade laravel?
What is a Artisan command ?
How to use aggregate functions in laravel query?
What is illuminate in laravel?
What is use of model in laravel?
How to enable multiple php versions in homestead?
What is factory in laravel?
What is oauth2 in laravel?
How to enable maintenance mode in laravel 5?
How to get, set, distroy cookies in laravel?