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

How to list all routes in laravel?

0 Answers  


What is laravel policy?

0 Answers  


What is homebrew?

0 Answers  


Explain contextual binding and how does it work?

0 Answers  


What is xss attack with example?

0 Answers  


How to share sites with external world on valet?

0 Answers  


Explain how to generate pretty urls in laravel?

0 Answers  


What is an observer?

0 Answers  


What are the available router methods?

0 Answers  


What is meant by Error Log ?

1 Answers  


How do I register an artisan command?

0 Answers  


What is guarded attribute in a model?

0 Answers  


Categories