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 |
What are the Severity Levels in Laravel ?
What developed the laravel?
What are accessors and mutators in eloquent and why should you use them?
How to check ajax request in laravel?
What are laravel eloquent?
What do you mean by laravel mix?
What are the example of services?
Does laravel prevent sql injection?
How to start and stop valet?
What is the use of in laravel?
What is the boot method?
Why composer is used in laravel?