what is Restful Resource Controllers ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to redirect user with flashed session data in laravel?

523


Explain about Form without CSRF token in Laravel ?

928


Tell me how to get current environment in laravel 5?

523


Explain what is mvc architecture?

560


Explain the directory structure of laravel 5.6.

544


What are the three service provider types?

545


How do I populate my database with sample data?

602


Explain collections in laravel.

566


What is validation in laravel and how it is used?

526


What is php artisan in laravel?

576


What is system requirement for installation of laravel 5.2 (latest version)?

518


What is Middleware Parameters ?

987


Explain how to add additional sites in homestead environment?

543


What are route parameters?

548


List available types of relationships in laravel eloquent.

510