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 |
How to generate application key in laravel? Why it is neccessary?
Do you know what is laravel elixir?
Tell me how to install laravel?
What is laravel route?
What is ioc container in laravel?
What are the major differences between laravel 4 and laravel 5.x?
How to start mysql on valet?
What are the requirements for laravel 5.8?
What is laravel trait?
What is homebrew?
What is api php in laravel?
What is laravel model?