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
How to use custom table in laravel modal?
What is an artisan? Name some common artisan commands?
What is the difference between laravel and symfony?
what are the benefits of laravel over other php frameworks? Explain
How to set login page as default page in laravel?
Tell me how do I see all of the routes that are defined?
Do you know validations in laravel?
Explain the difference between laravel and codeigniter?
How to get, set cookies in laravel?
What is meant by Attaching Headers ?
Explain collections in laravel.
What is helper function in laravel?
How to enable or disable maintaince mode in laravel.
What is orm framework?
How will you describe fillable attribute in a laravel model?