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 use update statement in laravel?
Explain binding primitives?
What is the use of the bootstrap directory?
How to generate a request in laravel?
What is your favorite feature of laravel?
What is meant by Laravel - Validation ?
What are enhancement features in laravel 5.8?
What is the difference between {{ $username }} and {!! $Username !!} In laravel?
What is active record in laravel?
What is database migration. How to create migration via artisan?
What is the function of die?
How to configure clear route cache in laravel?