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 |
How to create migrations in laravel? Explain step by steps.
Explain binding primitives?
How to generate pretty urls in laravel?
Explain how to localize resource uris in laravel?
What does double quotation mean?
What is a composer, and how can we install laravel by the composer?
What is use of pluck in laravel?
Explain how to serve sites with tls on valet?
What are route prefixes?
What is laravel illuminate?
What are macros in laravel?
How do I make a middleware to be run during every http request to an application?