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

Where do you locate database configuration file?

1 Answers  


Please provide steps to configure homestead?

0 Answers  


What is csrf protection?

0 Answers  


What do you mean by boot & register method used in laravel 5?

0 Answers  


How to enable the query logging?

0 Answers  






Explain the difference between implicit and explicit route binding in laravel?

0 Answers  


What is system requirement for installation of laravel 5.2 (latest version)?

0 Answers  


Which is better django or laravel?

0 Answers  


What is the significant difference between insert() and insertgetid() function in laravel?

0 Answers  


How to use ajax in any form submission?

0 Answers  


What is mvc in laravel?

0 Answers  


What are accessors and mutators in eloquent and why should you use them?

0 Answers  


Categories