Controllers In Laravel | Learn Laravel From Scratch | Laravel For Beginners

preview_player
Показать описание
This video will show you how you could create and use Controllers in Laravel – Learn one of the most popular PHP frameworks for its advanced features, templating engine, fast commands and security.

📚 New Udemy Course

📲 Let’s plan a meeting

💌 Newsletter

🔥 Resources

Want to learn more?

#laravel #laravel8 #php #controllers
Рекомендации по теме
Комментарии
Автор

Having gone through PHP, OOP, MVC and now Laravel, I am soooo pleased to find your channel - it is excellent and very much needed!
There's so much content about Laravel but most of it is years' old and totally out of date in methods, syntax and structure.
Thanks for the excellent tutorials so far - please keep up the good work!

davidfranklin
Автор

The best videos for Laravel that I've seen. Really good to find your channel!

ronrontall
Автор

I'm so lucky that I finally found a tutorial that makes it easier to understand Laravel 8. Thank you so much sir Dary! Kudos! :)

adriantolero
Автор

DUDE WHAT THE HELL ? ur SO genuis and I'm happy to watch ur video !. U make my DAY <3

alial-nuaimi
Автор

All right guys! Love your intro. Learning a lot from your videos. 🙏

Jack.m
Автор

Thanks for the videos. I really like how you show multiple ways of accomplishing the task.

expertswrite
Автор

The best channel so far i have seen.
Keep up the good work.

snelledre
Автор

Great explanation, even though i don't have any fundamentals in php nor laravel, very easy to catch up! Thank you so much!!!

徐蕾-hy
Автор

You can return multiple with properties:
return view('products.index)
->with('title', $title)
->with('description', $description);

ronarmengol
Автор

I enjoy these videos. I have one suggestion for you why don't you use the --resourse parameter to create all of A CRUD requirement. Laravel resource routing assigns the typical create, read, update, and delete ("CRUD") routes to a controller with a single line of code away from the headache of missing of or forgetting a statement

sarmad
Автор

Hi Dary, thanks for your course! Tip/qq: when hitting a laravel error-message page you might use that event to show how to interpret error-messages. That is a useful part of coding as well.

AmsterFun
Автор

Nice tutorial. Only thing is: I'm pretty sure you don't have Emmet but Laravel Blade Snippets. I didn't watch the videos before so I was confused as Emmet didn't work.

nomissimo
Автор

Thank you for the tutorials, very helpful

sergeisurin
Автор

vanakkam guru ji 🙏.. my only mentor for Laravel.

OnlyJavascript
Автор

Thank you for your great tutorial, very helpful.

zahrarashtchi
Автор

finally found someone whom i can understand

deathcuree
Автор

Hi Dary, How do we use namespace in the Laravel 8 routing? For example I want to make my api with versioning. Do I have a better way to write instead of "use App\Http\Controllers\V1\ProductController", "use

tanweisiang
Автор

The old method before Laravel 8 routing is working with Laravel version 8.6 :D

muzika
Автор

I really like your channel, keep going! But I advice you to use to terminal of vscode I'ts a lot less effort.

samyfarahat
Автор

hi dary! your explanation in awesome. but I go this error ErrorException
Undefined variable: data (View: $data is undefined
Make the variable optional in the blade template. Replace {{ $data }} with {{ $data ?? '' }} how to rectify the issue please let u me know

ganeshbabu