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 list all routes in laravel?
What is laravel policy?
What is homebrew?
Explain contextual binding and how does it work?
What is xss attack with example?
How to share sites with external world on valet?
Explain how to generate pretty urls in laravel?
What is an observer?
What are the available router methods?
What is meant by Error Log ?
How do I register an artisan command?
What is guarded attribute in a model?