Laravel 11 Tutorial for Beginners - Laravel Crash Course (2024)

preview_player
Показать описание
This video is the perfect starting point if you want to get started with Laravel 11. In this crash course we will learn the most fundamental topics in Laravel and create basic application with registration and login.

If you really love my content and want to support the channel:

Time Codes
-------------------------------
00:00:00 - Introduction
00:01:48 - Setup Working Environment
00:03:53 - Project Setup
00:07:27 - Directory Structure
00:12:32 - Introduction to Artisan
00:13:33 - Laravel 11 Configuration
00:15:56 - Create Basic Route and Controller
00:19:09 - Generate Models and Migrations
00:21:57 - Generate Factory and Create Seed Data
00:24:25 - Generate Resource Controller
00:27:21 - Generate Resource Routes
00:31:35 - Create Blade Files for CRUD
00:34:08 - Generate Layout
00:37:42 - Render Notes
00:46:11 - Include CSS and JS Files
00:50:30 - Define Views
00:54:15 - Note Create
00:58:52 - Note Update
01:01:03 - Note Delete
01:03:07 - Implement Pagination
01:04:36 - Add Registration and Login
01:14:46 - Filter Notes by Authenticated User
01:17:56 - Adjust Navigation Links
01:20:50 - Customize Forbidden View
01:21:46 - Conclusion

🖱️Follow me on social media:🖱️
Рекомендации по теме
Комментарии
Автор

I have dedicated videos that show full flow of how you can deploy your Laravel projects on production environment. I have been personally using Hostinger for last 3 years.

TheCodeholic
Автор

I'm working on my Laravel graduation project. Thanks sir ❤

MulatfSayani
Автор

Thank you my friend :) I just finished building my first Laravel project following your tutorial! Your teaching style was perfect for me. Thank you!

unfoldingdawn
Автор

That was a nice course,
Laravel 11 looks more cleaner than before,
BTW, I still remember your *Building PHP MVC Framework from Scratch* which still a very good intro to MVC in my opinion.
Thanks Zura!

ahmad-murery
Автор

Thanks man! needed to quickly catch up with laravel after not using it for yearss!!

InsaneMetalSoldier
Автор

I do not know why your explanation is such a crystal clear. Thanks

mirazh
Автор

Awesome tutorial! I'm writing an article about Laravel and this is helping me get up to speed quickly. Thank you :)

modiddymo
Автор

I love how you explained everything to a thorough detail within assuming anyone has some kind of prior experience here, keep up great work, 💪🏽💪🏽💪🏽💪🏽💯💯💯💯 to the top

seabataseutloali
Автор

i haven't learnt php at all. i just jump into this tutorial to learn laravel. it is very comprehensive and easy to follow. thank you sir! 🫡

iqbalpahlevia
Автор

Thank you for going through all of your prior installed extensions so that our views look the same! Its not commonly done in tutorials and it can become very confusing when my screen looks different. I appreciate this extra attention to detail!

JoyaMosher
Автор

You're a very good teacher. I am really thankful to you. I was making a Realtime Chat application with PHP. But Laravel makes it much easier. Actually, you deserve a million subscribers. Thank you for this course. 🤩😍🤩🤩

HarryEdwards-zkok
Автор

Great course, easy to follow along and understood a lot of the basic Laravel concepts such as Factories, Models, and so on. Thank you so much!

domi
Автор

Worth watching A good start for beginners. Wish me best I’m going for advance level❤

TalhaxD.
Автор

One takaway i got is that It's important to note that when naming routes, it is useful to keep your code consise and easy to read. Instead of hardcoding stuff like <a href='/to-somewhere'>...</a>, we can instead use <a href='{{ route('to-somewhere') }}'>...</a>. This gives our code another layer of abstraction that would make readability improve

xDEAFBEEF
Автор

Thank You Zura for your efforts.. We really appreciate all the content you provide around Laravel and its ecosystem. Please keep teaching us and God bless You.
Greetings From Morocco.

mouradeljayi
Автор

Thank you man. Very well put together tutorial with the right pace. In an hour you understand some basic laravel mechanisms. Looking forward to more advanced stuff.

Horse-tradeEu
Автор

Thank you so much! I'll start following right away.
Your tutorials are the best. Will share it in my server so more people can watch

ivangerginov
Автор

Your tutorials have been an absolute game-changer for me. I've successfully converted my code to seamlessly integrate React with Laravel using Inertia.js, and even ventured into building APIs. Your project videos have been my guiding light, especially as I transitioned into backend development.

Coming from a React background, I've always wondered how to bridge the gap between frontend and backend development. Thanks to your clear explanations and practical examples, I now have a solid understanding of how to harness the power of both technologies.

Learning backend development has been a joy, largely because of your invaluable resources and insights. Your dedication to sharing knowledge and empowering developers like myself is truly commendable.

Keep up the fantastic work, and know that your efforts are deeply appreciated by aspiring developers like myself.

havecodesoft
Автор

I will recommend this channel to my colleague

wormy_coder
Автор

Very best beginner's tutorial ! Thanks you!

nadetdevfullstack