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 redirect user with flashed session data in laravel?
Explain about Form without CSRF token in Laravel ?
Tell me how to get current environment in laravel 5?
Explain what is mvc architecture?
Explain the directory structure of laravel 5.6.
What are the three service provider types?
How do I populate my database with sample data?
Explain collections in laravel.
What is validation in laravel and how it is used?
What is php artisan in laravel?
What is system requirement for installation of laravel 5.2 (latest version)?
What is Middleware Parameters ?
Explain how to add additional sites in homestead environment?
What are route parameters?
List available types of relationships in laravel eloquent.