what is Restful Resource Controllers ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what are the feature of laravel 5.0?

577


How to clear cache in laravel?

639


What are facades?

537


How install react js in laravel?

558


What is schema in laravel?

583


Tell me what is service providers?

611


What is meant by Laravel - Ajax ?

1045


How do I set up the eloquent relationships between the aforementioned comments and authors, including creating the schema design?

531


Why use route?

511


Why doesn't laravel use semantic versioning?

565


What are the difference between insert() and insertgetid() in laravel?

659


What is laravel api?

530


What is backend framework?

531


What are system requirement for laravel 5.0?

559


What is the use of in laravel?

551