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 do I start laravel in ubuntu?
What is the difference between echo print print_r and var_dump?
Do you know laravel service container?
What do you know about php artisan? Mention some artisan command.
How to use stored procedures in laravel?
Explain collections in laravel.
What are route groups?
How to configuration laravel?
What is the use of the bootstrap directory?
How can you update homestead?
What is laravel horizon?
What is the difference between {{ $username }} and {!! $Username !!} In laravel?