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 the use of accessors and mutators in eloquent?
How will you explain guarded attribute in a laravel model?
How to get current environment in laravel 5?
How to turn off crsf protection for specific route in laravel?
What is meant by url in internet?
How to use insert statement in laravel?
How do I set up the eloquent relationships between the aforementioned comments and authors, including creating the schema design?
Explain binding primitives?
What is monolog library?
Define implicit controller.
What is meant by Implicit Controllers
What is route in laravel?
How to check ajax request in laravel?
How to start mysql on valet?
How to install valet?