what is Restful Resource Controllers ?
Answer / 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 |
What is bootstrap in laravel?
Tell me what is official website url of laravel?
What are the validations in laravel?
What is service providers in laravel?
How can we handle Error Handling in Laravel ?
What are blade templates?
Tell me how can you display html with blade in laravel?
How to get/set configuration values in laravel?
How to redirect user with flashed session data in laravel?
what is meant by Laravel ?
Explain how to share sites with external world on valet?
What is the purpose of using dd() function iin laravel?