Laravel Tutorial for Beginners | How to Learn Laravel | Complete Laravel Tutorial in 2023

preview_player
Показать описание
This tutorial shows you how to learn Laravel 9. It is a full Laravel 9 Tutorial for Beginners where you learn the most important Laravel topics to get started. Keep in mind that this tutorial is using a Laravel version prior to 9.19.0, which means that Webpack is being used and not Laravel Vite – Want to learn the most popular PHP framework? Laravel makes your development process a lot easier without sacrificing your application's functionalities.

So, watch the video till the end and learn more about Laravel 9 tutorial, Laravel 9 full tutorial, Laravel project, laravel crash course

📚 New Udemy Course

📲 Let’s plan a meeting

💌 Newsletter

🔥 Resources

🔗 Useful links

📋 Table of Content
00:00 - Introduction
05:22 - Setting up Laravel Valet [MAC]
19:27 - Setting up Visual Studio Code
32:55 - Setting up Laravel Debugbar
42:06 - Laravel Project Directory Explained
49:34 - Config & Env Variables
55:45 - Controllers
01:07:39 - Single Action Controllers
01:10:25 - Routing
01:18:17 - Route Parameters
01:22:03 - Routes With Expressions
01:27:49 - Named Routes
01:32:56 - Route Prefixes
01:35:06 - Fallback Routes
01:37:56 - Setup a database for Laravel
01:42:05 - Migrations
01:51:55 - Seeders
01:58:29 - Factories
02:06:35 - The Query Builder
02:30:17 - How to Install Tailwind CSS [WEBPACK]
02:40:16 - Variables & Control Structures
02:52:52 - Eloquent Model Conventions
02:58:06 - Retrieving Data using Eloquent
03:09:55 - Output Data in Blade
03:16:21 - Insert Data using Eloquent
03:29:39 - Image Upload in Laravel
03:33:28 - Validate & Error Messages
03:39:57 - Updating Data using Eloquent
03:52:57 - Deleting Data using Eloquent
03:58:36 - Form Requests
04:05:11 - Pagination
04:08:39 - One to Many Relationship
04:21:42 - One to One Relationship
04:35:09 - Many to Many Relationship
04:43:41 - Auth Middleware

Thanks for watching the video from my channel. Let me know in the comment section if you have enjoyed this video. And introduce yourself to me in the comment section. Share this video with your friends who are looking for these types of videos. Don't forget to subscribe and click the bell icon for "Code With Dary"

#laravel #framework #php #laravel9 #laravel9tutorial #laravel9fullcourse #laravel9forbeginners #laravelInonevideo
Рекомендации по теме
Комментарии
Автор

alright guys, dont learn like me, have been just copyng and writing following along expecting to learn something but not really not untill i refreshed my migrations and when we reached to the topic of fetching data from the db to browser my cards were empty and for really didnt know what to do. searched on stackoverflow and read documentation abit and wasnt getting anything so i had to delete the project and learn again but this time so carefully in a right way which is listen and understand very carefully . This guy explains everything its just we are busy copying and pasting code from video to our code editor and at the end of the day.we know nothing. So the key is to listen first, understand the specfic part and the code along. sorry for the useless comments before .happy coding coders

codewithmadrine
Автор

The most concise and clear tutorial for Laravel here in YT. Thanks.

aisalen
Автор

Thanks Dary for this amazing content, it took me 3 days to finish the course, and I really enjoyed from A to Z, I followed it to refresh my Laravel Knowledge, beside I world with Laravel 9 with vite, but it wasn't a big deal, I follow along, and google next to me 😃, Thanks again Dary, May Allah bless you

abdellatif.x
Автор

Thank you for this tutorial! I personally appreciate you putting comments on what the code does/will do. Really good tutorial!

ForCapstone
Автор

Really good course, many things are explained in understandable language, congrats Dary!
But one other thing, it could be GREAT if you add an Admin LTE panel in a different directory (/admin/path) for example. Keep coding! 🙂

kiriltashev
Автор

I recently stumbled on your channel and from the looks of it, you pretty much covered everything i needed to learn like git and laravel. Thank you so much for your time and for making these videos free. I do have a question though; I'm going to start learning laravel and I've noticed you have two full length videos and a playlist with seperate videos covering Laravel, which one would you say covers the most topics and you'd recommend? or should i watch any combination of the three? I'm (kind of) on a deadline to learn Laravel and start building a payment gateway app and i need a good source for the basics with most topics covered.

noneavailable
Автор

Thank you for the amazing content.

Some tip from my experience: For the images, I usually like to create an imageable polymorphic relationship and link them to the corresponding model (it can be either User or Post), then save the image path in the images table. I also like to move the Images upload function to a separate class, for example an ImageUpload class in a file App/Services/ImageService.php . That way I can easily use methods that handle image uploading or deleting in the respective Controller's store(), update(), and destroy() methods and avoid bloated code.

Cheers!

clementborisov
Автор

Thank you Dary! You taught me a lot through this video. Be blessed 🙂

stephanesonkin
Автор

This is the best tutorial ever. It took me 2 weeks of practicing and re-watching clips of this video, but I think I understand well.

jessecorkill
Автор

Thank you for sharing it with us for free. Really great course and clear explanation.

astriti
Автор

This is one of best laravel tutorials i have more than 3 years working with laravel i can confirme that this video is great to learn laravel fast

salahdidi
Автор

Amazing work. Keep up with the good content!

WilliamFerreiraGT
Автор

excellent 👌🏼
everything important and not only basic easy tutorial but also real concepts and why things should be done in a certain way, helped to get over the initial wall and I fell I can now do with laravel what I want to do

jankohlbach
Автор

Honestly, you're Godsent, Dazy. I was having a difficult time understanding and following tutorials and the documentation from Laravel. Now, I got a grasp of the topic and will practice by making some projects. Already liked your video and subscribed to your channel. Thank you, man!

francisjoshuacollado
Автор

I was just searching for laravel tutorial and this popped up, just an amazing tutorial

iclxpper
Автор

I was eagerly waiting for this. Thank you so much

ananya__f
Автор

This is excellent; thorough and concise. It's very quick, so I recommend slowing down the playback speed quite a bit. Don't move on if you have any problems with any sections or you could end up with too many broken things and get very confused.

Prepare to settle in with this video for many hours and the reward will be apparent.

aaronklemm
Автор

Hi, as a new in laravel I should wait for confirmation from Dary... If someone building app with Vite in the section of Tailwind, valid path in funtion asset will be {{ }} where 'xxxx' means some numbers generated by npm build.

jozefkrivan
Автор

Fantastic and well-prepared video tutorial Dary

rcxutyte
Автор

42:40 "now lets walk through all thousand folders" LOL

watch-this