Laravel 7 tutorial #5 controller with example

preview_player
Показать описание
in this laravel 7 tutorial, we learn how to make a simple controller with simple way and example anil sidhu in English language

steps for video and controller
What is Controller
How to make Controller
Call it with the router
Pass params from the router
Why we need Controller (some more points)

Checkout and subscribe our new channel for technical news
Рекомендации по теме
Комментарии
Автор

Checkout and subscribe our new channel for technical news

codestepbystep
Автор

I think you can follow the naming convention based on the laravel documentation page. Like :
Controllers should be in singular case, no spacing between words, and end with "Controller". Also, each word should be capitalised (i.e. BlogController, not blogcontroller or blog)

vaserShow
Автор

i am getting this error - Class not found. I have done everything as per this tutorial but still this error is coming. Please help.

prachikapoor
Автор

Those who are having troule in using laravel 7.1 just use laravel 6.0, the controller named users will work there

ZeeshanJamal-dmjy
Автор

ı find weird bug, if you chanced name of the controller laravel cant find controller. for example. you created "php artisan make:controller Userss" after that chanced name "Userss -> Users" Laravel controller doesnt work :(.

mustafakemalcil