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 enable/disable maintenance mode in laravel 5?

0 Answers  


What is official website url of laravel?

0 Answers  


Tell me how to set database connection in laravel?

0 Answers  


How to start valet?

0 Answers  


Explain what are laravel facades?

0 Answers  






What is database migration. How to create migration via artisan?

0 Answers  


Explain api.php route.

0 Answers  


What is laravel 5?

0 Answers  


What do you know about php artisan? Mention some artisan command.

0 Answers  


What are system requirement for laravel 5.0?

0 Answers  


What is laravel best for?

0 Answers  


Why are migrations important?

0 Answers  


Categories