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 enable/disable maintenance mode in laravel 5?
What is official website url of laravel?
Tell me how to set database connection in laravel?
How to start valet?
Explain what are laravel facades?
What is database migration. How to create migration via artisan?
Explain api.php route.
What is laravel 5?
What do you know about php artisan? Mention some artisan command.
What are system requirement for laravel 5.0?
What is laravel best for?
Why are migrations important?