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
Tell me what are the feature of laravel 5.0?
How to clear cache in laravel?
What are facades?
How install react js in laravel?
What is schema in laravel?
Tell me what is service providers?
What is meant by Laravel - Ajax ?
How do I set up the eloquent relationships between the aforementioned comments and authors, including creating the schema design?
Why use route?
Why doesn't laravel use semantic versioning?
What are the difference between insert() and insertgetid() in laravel?
What is laravel api?
What is backend framework?
What are system requirement for laravel 5.0?
What is the use of in laravel?