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

In laravel, what is fillable attribute in a model?

545


Tell me how to set database connection in laravel?

499


What do you know about laravel contracts?

521


Explain the controllers in laravel?

534


What is singleton in laravel?

534






What are service providers in laravel?

539


Is laravel good for api?

537


How will you explain guarded attribute in a laravel model?

475


Please explain what are the main differences between laravel 4 and laravel 5.x?

503


What is laravel?

544


What are the difference between latest() and oldest() in laravel?

541


What is seed in laravel?

579


Explain how to get current url in laravel?

530


What is the boot method?

571


How can you write your own service provider in laravel.

500