What are controllers in laravel?



What are controllers in laravel?..

Answer / Manish Yadav

"Controllers are fundamental components of Laravel that handle the routing logic and manage the flow of data between models, views, and requests. They respond to HTTP requests by calling methods that correspond to the requested route."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What are the feature of laravel 5.0?

1 Answers  


What are the plateforms laravel homestead supports?

1 Answers  


What is x-xsrf-token?

1 Answers  


What are the benefits of laravel?

1 Answers  


Can you explain about serialization?

1 Answers  


How to Connecting to Database in Laravel ?

2 Answers  


why we use Laravel - Session ?

2 Answers  


Explain validation concept in laravel.

1 Answers  


What is a Artisan command ?

1 Answers  


What are the Forms in Laravel ?

1 Answers  


What is views in laravel?

1 Answers  


Explain how to redirect user with flashed session data in laravel?

1 Answers  


Categories