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 is technology service provider?

0 Answers  


How to get current route name?

0 Answers  


What is eloquent model?

0 Answers  


How to install installing mariadb on homestead?

0 Answers  


Why laravel is the best framework?

0 Answers  






Is laravel a good framework?

0 Answers  


What are the Advantages of Laravel ?

0 Answers  


How we can get user's detail when he is logged in using auth?

0 Answers  


Explain homestead in laravel.

0 Answers  


Why are migrations necessary?

0 Answers  


How can someone turn off csrf protection for a specific route?

0 Answers  


What do you mean by composer?

0 Answers  


Categories