what is Restful Resource Controllers ?



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

Post New Answer

More Laravel PHP Framework Interview Questions

What are facades?

0 Answers  


How do I use sub-domain routing?

0 Answers  


What directories that need to be writable laravel installation?

0 Answers  


In laravel, what is guarded attribute in a model?

0 Answers  


What are the main features of laravel?

0 Answers  






What is the purpose of using dd() function iin laravel?

0 Answers  


What is routing in laravel 5 and how we can use it?

0 Answers  


Explain the difference between laravel and codeigniter?

0 Answers  


What is meant by Logging ?

1 Answers  


Explain how to register a middleware in laravel?

0 Answers  


What is technology service provider?

0 Answers  


how we can upload files in laravel?

0 Answers  


Categories