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 a pull() ?
What is vagrantfile?
How to Deleting Session Data in Laravel ?
What is a Encryption Process ?
What is the laravel?
What is xss attack with example?
How do you do dependency injection in laravel?
Do you know what is laravel elixir?
What is monolog library in laravel?
What is laravel forge?
What is binding in laravel?
What is service providers in laravel?