Learn Laravel Basics for Absolute Beginners - How Much Laravel Can You Learn in 1 Hour?

  Рет қаралды 10,524

Code With Dary

Code With Dary

Күн бұрын

Special thanks to Hostinger for sponsoring this video. Hostinger is an incredible web hosting provider where you can set up shared hosting, cloud hosting, VPS hosting, email hosting, and SSL certificates. Hostinger has made a name for itself due to its fast load times, simplicity, free domains, and powerful servers. Here’s my affiliate link for 10% off: www.hostinger.com/dary
In this tutorial, we will cover the basics of a Laravel application in just one hour! We will start by discussing what the Laravel framework is and its advantages. Then, we will set up our database, define migrations, and create database tables. Next, we will explore models and examine various attributes and relationships. Once our models are defined, we will dive into the flow between Models, Controllers, and Views. Finally, we will demonstrate how to host our Laravel application on Hostinger's VPS Hosting. Whether you are new to Laravel or looking to refresh your knowledge, this video will provide you with a solid foundation for building Laravel applications.
🧑🏼‍💻 Need a Laravel agency?
Do you need assistance with your next project in Laravel? Contact my Laravel agency for help: www.codewithdary.com
📚 New Udemy Course
If you're looking to level up your Laravel skills? My new course "Mastering Laravel 10 Query Builder, Eloquent & Relationships" is the perfect opportunity. Learn the essential tools and techniques for building robust and scalable web applications with Laravel: www.udemy.com/course/masterin...
🔥 Resources
- Twitter: / codewithdary
- Instagram: / codewithdary
- Blog: blog.codewithdary.com/
- Patreon: www.patreon.com/user?u=30307830
- GitHub: github.com/codewithdary
- TikTok: / codewithdary
🔗 Useful links
- 4.5-hour Laravel Tutorial: • Laravel Tutorial for B...
📋 Table of Content
00:00 - Introduction
04:23 - Database Setup
06:17 - Migrations
18:43 - Models
25:24 - Controllers, Routing & Views
41:46 - Laravel Ecosystem [Breeze Installation]
46:48 - Middlewares
47:48 - Mailing
49:44 - Deployment
#laravel #hostinger #codewithdary #php

Пікірлер: 56
@codewithdary
@codewithdary 8 ай бұрын
🎉 Get 10% Discount on Hostinger 🎉 Use code CODEWITHDARY to get 10% discount on ANY Hosting plan!! www.hostinger.com/dary
@louieaaa3818
@louieaaa3818 2 ай бұрын
Underrated video! Nice high-level overview of Laravel. It's a good starting point for deeper exploration. You really deserve more views.
@omhmpp
@omhmpp 8 ай бұрын
This is a very nice overview man amazing job
@codewithdary
@codewithdary 8 ай бұрын
Thank you so much. Share it with all new developers in your circle wanting to learn Laravel :D
@webjaved
@webjaved 4 ай бұрын
That's a good overview - thank you.
@codewithdary
@codewithdary 4 ай бұрын
Glad it was helpful!
@mahmoud-bakheet
@mahmoud-bakheet 8 ай бұрын
I'm glad because there are a section for deployment❤
@codewithdary
@codewithdary 8 ай бұрын
Thank you
@dysonspheregaming
@dysonspheregaming 8 ай бұрын
Thanks for this!
@codewithdary
@codewithdary 8 ай бұрын
My pleasure buddy!
@Leukocytowaty
@Leukocytowaty 6 ай бұрын
Thanks for this tutorial; you explain everything very well, and it turns out that Laravel is not that difficult at all. Take my sub, I'm looking forward to more! Can we get the TALL stack tutorial?
@codewithdary
@codewithdary 6 ай бұрын
Thank you. I have separate series for the tall stack: I got a Tailwind, Laravel, Livewire series (alpinejs is missing)
@Leukocytowaty
@Leukocytowaty 6 ай бұрын
@@codewithdary sorry i'm new to your channel, I'm gonna check it out. Great jon ✌️🔥
@user-pv8jn9cz4l
@user-pv8jn9cz4l 8 ай бұрын
Hi Dary, an interesting question for you. Say we divide expertise in Laravel in 5 ranks: beginner, intermediate, advanced, expert and master. How would you set the standards? IOW, what does one need to know to be ranked as a "beginner?" Same with the other ranks. Laravel is a big framework with lots of aspects. I have been learning Laravel and actively using it at work for over a year now and still don't know where I am on the ladder. Something I have noticed though. While there are a lot of tutorials on the Net, I haven't seen any that's really starts at the core, which is the MVC model. That means the tutorial needs to go in a spiral. Start with a project or case study that teaches enough to get a grip on this whole MVC idea. I don't know, maybe a task list. A task list is simple yet with enough complexity for a beginner. Things such as requests, models, migrations, seeders, factories, input validations, etc. You can even toss in features such as soft deletes (which, IMO, should be the default). Once that has been completed, add more features to the case study to teach additional aspects of Laravel. Oh, maybe a multi-user task list (e.g a study group). Then maybe a task list for a company with roles and permissions, and so on.
@computer23able
@computer23able 8 ай бұрын
Hello Dary , thank you for very good tutorials like this, could you please make a tutorial about E-mail Auth in last Laravel 10 ? thank you bro and best regards.
@codewithdary
@codewithdary 8 ай бұрын
Do you mean email verification? laravel.com/docs/10.x/verification
@muhammadyahaya7795
@muhammadyahaya7795 8 ай бұрын
Nice, can you create a video on Laravel rest api with roles and permission basically how to manage different multiple roles in api it could be via spatie or anything thanks 😊❤
@codewithdary
@codewithdary 8 ай бұрын
Thank you for the suggestion Muhammad!
@user-gx8gd2ih7p
@user-gx8gd2ih7p 4 ай бұрын
cool video)
@codewithdary
@codewithdary 4 ай бұрын
Thank you :)
@BoxappsEnginfx8935
@BoxappsEnginfx8935 6 ай бұрын
this is a very professional video. please can we get a video where young developers can add more functiuonalyties to existing projects for example adding more fields, creating more new modules and linking them existing modules. or if you have a video already please i will like to watch and learn
@codewithdary
@codewithdary 6 ай бұрын
Thank you so much! Not something I have planned for anytime soon.
@lionelgibaudan3592
@lionelgibaudan3592 7 ай бұрын
When we installed breeze, it seems it had removed the 'articles' route that we set previously in web.php file ... circa @46:56
@codewithdary
@codewithdary 7 ай бұрын
I forgot to mention that Laravel Breeze overrides the web.php file.
@lionelgibaudan3592
@lionelgibaudan3592 7 ай бұрын
@@codewithdary Thanks.... it was also my guess ;-)
@lionelgibaudan3592
@lionelgibaudan3592 7 ай бұрын
Hello.. it's a fine video Then at @44:21 in which cases is it necessary to run 'npm run dev' with Breeze ?? Thanks
@codewithdary
@codewithdary 7 ай бұрын
Running npm run dev compiles the assets and prepares them for use in the Laravel application.
@lionelgibaudan3592
@lionelgibaudan3592 7 ай бұрын
@@codewithdary thank you, but do we need to run it everydays we work on the project, or only one time wille sufice
@jectionjection5786
@jectionjection5786 8 ай бұрын
How to get auth()->user()->name in filament admin panel automatically not using database column while creating blog?
@codewithdary
@codewithdary 7 ай бұрын
Just as you said, using auth()->user()->name?
@jectionjection5786
@jectionjection5786 7 ай бұрын
@@codewithdary not worked
@kaboomlol
@kaboomlol 8 ай бұрын
is there option for xampp?
@codewithdary
@codewithdary 8 ай бұрын
Not in this video, no.
@someutubchannel69
@someutubchannel69 8 ай бұрын
Dary, in s nutshell... How is Lavarel better than Codeigniter ? Thanks
@codewithdary
@codewithdary 8 ай бұрын
I honestly haven't (ever) worked with Codeigniter, so I can't really tell the difference :(
@someutubchannel69
@someutubchannel69 8 ай бұрын
@@codewithdary Thanks for your response. 😊👍
@codewithdary
@codewithdary 8 ай бұрын
@@someutubchannel69 ❤️
@vinniv6806
@vinniv6806 8 ай бұрын
and what is your honest opionion about Symfony vs Laravel@@codewithdary
@justgkp
@justgkp 8 ай бұрын
Hostinger shared hosting is extremely slow for Laravel frontend in comparison to WordPress on Hostinger shared hosting.....
@codewithdary
@codewithdary 8 ай бұрын
That’s why I’m not using shared hosting in this video, no? 😅
@justgkp
@justgkp 8 ай бұрын
@@codewithdary I got the point. I just wanted to share my experience on shared hosting... that's all...😁
@codewithdary
@codewithdary 8 ай бұрын
@@justgkp Laravel isn’t made for shared hosting, that’s all I can say!
@sergeisurin2963
@sergeisurin2963 8 ай бұрын
👍🙏
@codewithdary
@codewithdary 8 ай бұрын
👌❤
@jectionjection5786
@jectionjection5786 8 ай бұрын
Need more advanced course of laravel
@codewithdary
@codewithdary 8 ай бұрын
I tried, and no one watched. Beginners videos perform so much better!
@rewaj56
@rewaj56 8 ай бұрын
​@@codewithdaryWhich video are you referring to ?
@codewithdary
@codewithdary 8 ай бұрын
Propert listing API, some videos from my Eloquent & collection series, polymorphic relationships.@@rewaj56
@rewaj56
@rewaj56 8 ай бұрын
@@codewithdary Any plans on doing some project based tutorial Dary?
@jectionjection5786
@jectionjection5786 8 ай бұрын
we will see your videos and after we will be sharing also after more people also going to watch and grow simultaneously
@rickybarabba7866
@rickybarabba7866 8 ай бұрын
1 hour, 7 mins and 37 secs disreegarding the commercial 😅😅😅
@codewithdary
@codewithdary 8 ай бұрын
Shhhhh 😂❤
@rickybarabba7866
@rickybarabba7866 8 ай бұрын
@@codewithdary 😆BTW Yesterday I enrolled your Eloquent Course on Udemy and I have been enjoing it so far. Good stuff!
PHP is the future
34:27
Aaron Francis
Рет қаралды 166 М.
Become a PRO at Using Components in Laravel
32:51
Code With Dary
Рет қаралды 34 М.
Василиса наняла личного массажиста 😂 #shorts
00:22
Денис Кукояка
Рет қаралды 4,4 МЛН
Please be kind🙏
00:34
ISSEI / いっせい
Рет қаралды 43 МЛН
Чай будешь? #чайбудешь
00:14
ПАРОДИИ НА ИЗВЕСТНЫЕ ТРЕКИ
Рет қаралды 2,9 МЛН
Laravel 11 Tutorial for Beginners - Laravel Crash Course (2024)
1:22:20
The Codeholic
Рет қаралды 117 М.
Laravel First Impressions From A JavaScript Dev
21:08
adamdotdev
Рет қаралды 118 М.
When should you pick Laravel over WordPress?
26:54
viewSource
Рет қаралды 4,6 М.
PHP 8 Crash Course for Beginners - Learn PHP 8 in 1 Hour
1:00:38
Code With Dary
Рет қаралды 19 М.
Laravel CRUD in 50 minutes for Beginners  from Scratch
49:58
Devtamin
Рет қаралды 177 М.
MongoDB Internal Architecture
43:25
Hussein Nasser
Рет қаралды 81 М.
Laravel 10 Blog with Filament Admin Panel | Part 1
2:57:06
The Codeholic
Рет қаралды 87 М.
Василиса наняла личного массажиста 😂 #shorts
00:22
Денис Кукояка
Рет қаралды 4,4 МЛН