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 are the steps Redirecting to Named Routes in Laravel ?
How to install homestead vagrant box?
what are the benefits of laravel over other php frameworks? Explain
Explain the concept of contracts in laravel.
What is meant by CRUD and explain each of it Operations ?
How to Redirecting to Controller Actions in Laravel ?
What does valet park and link command do?
What is laravel framework?
Is laravel built on symfony?
What is contextual binding?
How to redirect user with flashed session data in laravel?
What do you mean by bundles?
What is meant by Laravel - Localization ?
Tell me how can you display html with blade in laravel?
What is a Laravel - Contracts ?