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 is the use of the eloquent cursor() method in laravel?
What are the basic concepts in laravel?
What is an observer?
How to check request is ajax or not?
How to Create Creating a Cookie in Laravel ?
What is schema in laravel?
How do I send 5 emails and a text message efficiently to newly registered users?
How do I set up the eloquent relationships between the aforementioned comments and authors, including creating the schema design?
Is it easy to learn laravel?
How to use aggregate functions in laravel query?
Do you know what developed the laravel?
Is laravel a cms?