Perfect timing on this, I was looking at the exact same 4+ hour videos when I found this! Thanks for the video, hope you keep making these and grow the channel!
@@mattsocha8754 Good job. it is timely. Please keep making short and apt ones like this. Queues, Authentication and JWT. Welldone. It saves a ton of time for developers(Spring/Nest/Phoenix ) who just need to come to speed on a new project and have no 4 hours to spare :)
I'm experienced with OOP php and Symfony and that was very well explained, a quick fyi to everyone: maybe for total newbies you'll have to go through the php docs and have some knowledge of OOP php so that you can understand this better. Don't take shortcuts because there are few concepts you might want to know before getting started with Laravel.
You meant with the model, controller and routing stuff right. I had some exp with asp.net mvc so i kind of understood what was going on here it's just that the laravel has introduced a different style to write the things
@@cricketsport4013 A good starter PHP framework would be CodeIgniter. It makes you create your routes, models, views and set your routes manually. This will give you a greater appreciation for OOP & the MVP framework.
Just landed my first developer job while finishing my degree and I needed a crash course to get back up to speed with Laravel. This was perfect and straight to the point. I appreciate you!
Great!, All the sub 1hr tutorials spent so much time on front end design and so little time explaining the laravel functions they were using and how they were interacting with each other. This was amazing. Thank you!!
this was beautiful , i'm a newbie to laravel and I was struggling to put it all together, i would understand things here and there . This tutorial really gave me a clear understanding of the bigger picture and now I feel more confident. Thanks Matt !
Perfect tutorial man. Great job. I've used code igniter v3 for years and since version 4 I've decided it's time to take the plunge into Laravel and this video explained exactly what I wanted to know to get going.
ive worked with codeigniter 3 and trying to learn laravel to get in line with current industry, this is so straight forward and easy to understand for someone that is familiar with mvc, its a little different from ci3 in that sometimes routes are not used very often and the form submit goes directly to the controller url, at least in my case but maybe other people practice using routes more. other than that its just the syntax and automated functions such as creating stuff with artisan, at least from what i've learned from this video alone
this short video answered the main problem I have with other longer tutorials. That is the built in dev server. I have Apache installed on both Windows and Linux machines for development of my other projects. Every tutorial starts with the built in dev server and spends 20-30 minutes just getting the environment set up. I dislike having dev environments different than production, I don't want to spend a lot of time learning a new dev server. The short length of the video allowed me to get to the "meat" of Laravel quickly. Thank you!
DUDE!!!! this tutorial is the most meaningful and direct to the point CRUD. There was no delete but I figured it out because of this video. Big thanks to you bro!
Thank you for the video, I've being working with PHP for many year, but I never had the change to work with Laravel, your video is great and helped me to start some test projects and learn a lot!
Finally a tutorial with little to no bullshit additional plugins which does nothing to do with the tutorial itself but just adds confusion. Just clear concise and straight forward.
As someone who's back into Laravel is very overwhelming tons of videos with tons of information, thanks for this amazing video now I refreshed a little my knowledge of Laravel, thanks again.
Thank god, someone finally got to the point. Thank you for leaving out 45 minutes worth of jokes, puns, an watching the terminal load. Please make more tutorials!
I am learning PHP and subsequently Laravel for my new job. This gives an excellent quick overview of Laravel so it's now more motivating for me to learn PHP because I know where I am heading. It's well explained and you are an great teacher! thanks
Matt, you won me over instantly when you said "So I was kinda YouTubing some laravel basics, and for some reason some of these tutorials are like 4 hours long, and so let's be honest, nobody wants to watch a 4 hr video on TH-cam".. Thank you man, your tutorial is just what's needed!
Great stuff! I like how you cut to the chase and only focus on the common stumbling blocks. Less yap-yap and more ding-dong. Subbed to pressure yoy into making more. Greetings from the 3rd world.
AWSEOME! LOVE THIS VIDEO! Currently I am expanding my knowledge of PHP frameworks from Symfony to Laravel, and this first video made so much sense. It's so beautiful and wonderful! Thanks a million for sharing this info with us!
Been using Yii2 for a long time, had a Fat-Free and Code Igniter experience once, and this is the BEST tutorial to start Laravel. Hoping for your channel to grow. Thanks for this.
This is the tutorial that we need. This will work for both beginners and experienced developers who wants to quickly learn the framework. Less bs and pure knowledge.
dude 😄😄😄 my thoughts exactly. i was looking for 20 min max tutorial to give me basics for Laravel framework and all those tutorials are 4+ hours long and very detailed. Thanks for this. it really helped
perfect explanation to get into the framework quickly. One note at 19:27, delete doesn't need to be a post request since you are sending the ID as a URL parameter. So the html code can simply be a link.
Can you please explain all of this? You write all the code but beginners are looking for explained code. But before that we need to know how to get databases set up, how to set up the environment etc
Genuinely thought this was going to be one of those gimmick style, useless tutorial videos but as someone that is coming from the Python Django framework to Laravel, this was absolutely perfect. Lands the fundamentals perfectly and answered nearly all the initial Laravel questions I had. Spot on. Thanks
Thank you, thank you, thank you, and you are absolutely correct that for those of us who are trying to see experience the basics, 4 hours is a long time. Accordingly, I'm humbled to say that it's taken me 3 days to completely watch this 25 minute. However, I am able to follow what you have explained. Again, thanks for providing a simple and functional example to follow. God bless.
Dude thank you so much for the great video. You are wayyyyyyyyyyyyy better than the "teacher" I have for php right now ... Have a great day dude and keep coming out with that quality content we don't deserve!
Extremely well done. I was already somewhat experienced in Laravel, but that experience was from years ago and I was looking for a quick refresher. This was perfect, so thanks.
Great tutorial! Exactly what I was looking for. I was trying to get my head around models, controllers and views and how they interact with each other. I read some articles using examples like the pizza analogy. But it was still a bit abstract. Thanks so much for taking the time to put this together! I get it now.
Just what I needed, no more, no less and fast. I was watching one of those super long videos and seriously asking myself where I went wrong, why is my life so hard, why after 3 hours I still don't see the point to laravel and so on lol. Awesome job
Thanks for the comment means a lot! I noticed you booked some time with me on Calendly. Unfortunately I am out of the city and have to cancel the meeting, I forgot to update my calendly. But if you got some web dev questions send me a message on youtube or twitter I'd be happy to help!
@@mattsocha8754 No problem, I totally understand, I have some applications I want to move to Laravel, just wanted to talk to you about it, nothing formal or anything. Message me privately letting me know your hourly rate, so we can coordinate a very small meeting. Thanks a lot for this video, super helpful.
Dude... I loved that you kept your mistakes in the video.. Was a good laugh when you got the models path wrong. Great video, thanks. You definitely got a new sub.
I've been learning Laravel for a while now but I just don't fully get it. This video cements my understanding and I kinda feel more confident working with the framework. Thanks to you, my Sifu will be so proud of me now.
Really well done. Got the overall gist of it and coming from Java Springboot this seems a lot easier, and this is coming from someone who hasnt touched PHP since '05
Perfect timing on this, I was looking at the exact same 4+ hour videos when I found this! Thanks for the video, hope you keep making these and grow the channel!
Hey thanks for the kind words :) I got more videos planned. Comments like these make it all worth it!
@@mattsocha8754 Good job. it is timely. Please keep making short and apt ones like this. Queues, Authentication and JWT. Welldone. It saves a ton of time for developers(Spring/Nest/Phoenix ) who just need to come to speed on a new project and have no 4 hours to spare :)
same here
@@AbdulhakimHaliru Amen
Same here
Thanks! This tutorial was exactly what I needed to get started in Laravel.
Glad you found it helpful! Thanks for supporting me :)
Its 2024, and this is the "Laravel basics speedrun" i've been looking for, Thanks Matt!
Did u find any job
I'm experienced with OOP php and Symfony and that was very well explained, a quick fyi to everyone: maybe for total newbies you'll have to go through the php docs and have some knowledge of OOP php so that you can understand this better. Don't take shortcuts because there are few concepts you might want to know before getting started with Laravel.
Before laravel ...... what concepts of oop i need to Learn and practice..?
You meant with the model, controller and routing stuff right. I had some exp with asp.net mvc so i kind of understood what was going on here it's just that the laravel has introduced a different style to write the things
@@cricketsport4013 A good starter PHP framework would be CodeIgniter. It makes you create your routes, models, views and set your routes manually. This will give you a greater appreciation for OOP & the MVP framework.
Thanks, I already knew a lot about php, html, mvc's etc. So having a somewhat faster tutorial was extremely pleasing.
Thanks I really appreciate it! :)
Yeah, as a fairly experienced developer, this was a really fast explanation of how Laville accomplishes things I can do in other languages.
Just landed my first developer job while finishing my degree and I needed a crash course to get back up to speed with Laravel. This was perfect and straight to the point. I appreciate you!
I haven't touched Laravel for like 7 years and this tutorial refreshed all my memory! Big thanks! No extra blabbing but direct on point.
Thanks! Glad you enjoyed it!
@@mattsocha8754 helped a lot! We have a simple web app project coming and decided to take on Laravel again 🙂👌
I wish I could upvote this more than once! What a clear and concise intro into Laravel. Really appreciate you making this.
Great!, All the sub 1hr tutorials spent so much time on front end design and so little time explaining the laravel functions they were using and how they were interacting with each other. This was amazing. Thank you!!
Really nice tutorial. Very clean. Very little time spent on page layout, no third party downloads, just the basics to get a Laravel app started.
Great efforts. I had trouble migrating your extra db fields in 5:45... I had to use: php artisan migrate:reset and then run php artisan migrate
saved my day
i was looking for a short video tutorial laravel project to understand how it works and i found this!
thanks Matt!
Glad you liked it! Thanks for the kind words :)
Thanks Matt... pretty cool to start quickly, specially for those like me who works a lot with native php but never got used to frameworks.
this was beautiful , i'm a newbie to laravel and I was struggling to put it all together, i would understand things here and there . This tutorial really gave me a clear understanding of the bigger picture and now I feel more confident. Thanks Matt !
That’s great to hear! I’m glad I was able to help! Keep it up :)
Thanks, I already knew a lot about php, html, mvc's etc. So having a somewhat faster tutorial was extremely pleasing.
started learning php yesterday, today Laravel with your video. Finally, I'm starting a new expedition. Thanks, man.
Thank you, Matt! I've been watching several videos and I learned a lot from this video than the 6 hours I wasted watching other videos.
Thanks! I’m glad you found my video helpful :)
Perfect tutorial man. Great job. I've used code igniter v3 for years and since version 4 I've decided it's time to take the plunge into Laravel and this video explained exactly what I wanted to know to get going.
That was Very Helpful Thank you A lot My Friend Wish You all the best in your carrier
ive worked with codeigniter 3 and trying to learn laravel to get in line with current industry, this is so straight forward and easy to understand for someone that is familiar with mvc, its a little different from ci3 in that sometimes routes are not used very often and the form submit goes directly to the controller url, at least in my case but maybe other people practice using routes more. other than that its just the syntax and automated functions such as creating stuff with artisan, at least from what i've learned from this video alone
This is the best Laravel tutorial on the internet
Thanks! I’m glad you enjoyed it! It means a lot :)
I have to say as a JavaScript developer, this almost feels like cheating.
So 2 years later it's me 😂 Still can't agree more about your comment. This is brilliant
this short video answered the main problem I have with other longer tutorials. That is the built in dev server. I have Apache installed on both Windows and Linux machines for development of my other projects. Every tutorial starts with the built in dev server and spends 20-30 minutes just getting the environment set up. I dislike having dev environments different than production, I don't want to spend a lot of time learning a new dev server. The short length of the video allowed me to get to the "meat" of Laravel quickly. Thank you!
DUDE!!!! this tutorial is the most meaningful and direct to the point CRUD. There was no delete but I figured it out because of this video. Big thanks to you bro!
That’s awesome to hear! I’m glad you enjoyed the video! :)
Thank you for the video, I've being working with PHP for many year, but I never had the change to work with Laravel, your video is great and helped me to start some test projects and learn a lot!
Finally a tutorial with little to no bullshit additional plugins which does nothing to do with the tutorial itself but just adds confusion. Just clear concise and straight forward.
This is by fart the best explaining video I've found that explains how Models Views and Controllers work together
As someone who's back into Laravel is very overwhelming tons of videos with tons of information, thanks for this amazing video now I refreshed a little my knowledge of Laravel, thanks again.
Thank god, someone finally got to the point. Thank you for leaving out 45 minutes worth of jokes, puns, an watching the terminal load. Please make more tutorials!
Haha yeah I know exactly what you mean. Thanks for the comment! More videos are planned :)
Perfect video for people like me, who have prior programming knowledge and experience but are new to Laravel.. Thanks a lot man..
That’s great to hear! Thanks for the comment!
Thanks man!!. i needed this to quickly understand laravel how it works and to pass the technical exam tomorrow hahaha
That’s great to hear! Good luck on your exam! :)
I am learning PHP and subsequently Laravel for my new job. This gives an excellent quick overview of Laravel so it's now more motivating for me to learn PHP because I know where I am heading. It's well explained and you are an great teacher! thanks
Matt, you won me over instantly when you said "So I was kinda YouTubing some laravel basics, and for some reason some of these tutorials are like 4 hours long, and so let's be honest, nobody wants to watch a 4 hr video on TH-cam"..
Thank you man, your tutorial is just what's needed!
Haha thanks! This is great to hear!
Great stuff! I like how you cut to the chase and only focus on the common stumbling blocks. Less yap-yap and more ding-dong. Subbed to pressure yoy into making more.
Greetings from the 3rd world.
Thanks! amazing video bro, waiting for new videos
AWSEOME! LOVE THIS VIDEO! Currently I am expanding my knowledge of PHP frameworks from Symfony to Laravel, and this first video made so much sense. It's so beautiful and wonderful! Thanks a million for sharing this info with us!
Man thank you so much. Really helps me understanding how basic laravel works.
This is gold. Now all I need is the documentation and stackoverflow.
Thank you
That's it. I like it too.
THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU!!! im not spamming, its just how i really wanna express my big thanks to you. cheers
Glad you enjoyed it! :)
Been using Yii2 for a long time, had a Fat-Free and Code Igniter experience once, and this is the BEST tutorial to start Laravel. Hoping for your channel to grow. Thanks for this.
Awesome! Glad you enjoyed it!
This is the tutorial that we need. This will work for both beginners and experienced developers who wants to quickly learn the framework. Less bs and pure knowledge.
Helpful, had barebones knowledge of php and still got valuable info on using Laravel, awesome guide !
Pretty good tutorial. Short. On point.
It made me finally try Laravel. Loving it now.
This was a great video well done mate! Very concise and easy to understand
I am total beginner in php, and i managed to make the app working. Thanks a lot @Matt Socha
This is excatly what i need to know about laravel. Thanks for the video.
dude 😄😄😄 my thoughts exactly. i was looking for 20 min max tutorial to give me basics for Laravel framework and all those tutorials are 4+ hours long and very detailed. Thanks for this. it really helped
lol that's so on point about the "4 hours long" was expecting an hour long crash course
perfect explanation to get into the framework quickly. One note at 19:27, delete doesn't need to be a post request since you are sending the ID as a URL parameter. So the html code can simply be a link.
Dear Matt - loved your style!
Can you please explain all of this? You write all the code but beginners are looking for explained code. But before that we need to know how to get databases set up, how to set up the environment etc
This tutorial is not for complete beginners.
Genuinely thought this was going to be one of those gimmick style, useless tutorial videos but as someone that is coming from the Python Django framework to Laravel, this was absolutely perfect. Lands the fundamentals perfectly and answered nearly all the initial Laravel questions I had. Spot on. Thanks
These are my favourite comments! Glad you enjoyed the video! :)
Thank you, thank you, thank you, and you are absolutely correct that for those of us who are trying to see experience the basics, 4 hours is a long time. Accordingly, I'm humbled to say that it's taken me 3 days to completely watch this 25 minute. However, I am able to follow what you have explained. Again, thanks for providing a simple and functional example to follow. God bless.
Thanks for the comment! This is great to hear! :)
Finally I found a good tutorial on laravel ...great effort bro
Dude thank you so much for the great video. You are wayyyyyyyyyyyyy better than the "teacher" I have for php right now ... Have a great day dude and keep coming out with that quality content we don't deserve!
Thanks! Glad you enjoyed it!
Simple and to the point, I couldn't have asked for more.
Thanks! Glad you enjoyed it :)
One of the best tutorials I've ever watched!
Awesome quick tutorial mate. Thanks!
Thanks glad you enjoyed it!
Good work Matt, really enjoyed this tutorial with a good timing. Keep it up
Extremely well done. I was already somewhat experienced in Laravel, but that experience was from years ago and I was looking for a quick refresher. This was perfect, so thanks.
Thanks! Glad you enjoyed it!
Brilliant video. Plain old CRUD is under 25 mins. I really needed this right now. 4 days to tinker! Merry Christmas
Thank you! That’s exactly what I was going for. Merry Christmas!
That was awesome! Good pace and clarity.
Just what I needed for a start. Thanks and great Job.👏👍
Great tutorial! Exactly what I was looking for. I was trying to get my head around models, controllers and views and how they interact with each other. I read some articles using examples like the pizza analogy. But it was still a bit abstract. Thanks so much for taking the time to put this together! I get it now.
Thanks for the great feedback! I’m glad you found the video helpful!
You deserve a subscribe!
Im a beginner but this tutorial I somehow understand Laravel.
Thank you for this tutorial. Keep this up.
Thank you! I’m glad you enjoyed it! :)
Quick reminder video. I found what i exactly looking for. thanks bro.
It's too good for experienced developers to understand, thank you 👏
Thanks Matt. Great content.
Appreciated your effort Mate. Very helpful to understand the basic concept.
Good video for trying laravel quickly!
Thank you!
I quickly learned laravel. Its quite similar to ci, mvc but with more features. Good tutorial man!
Much appreciated. First exposure to laravel.
Wow...just Wow thanks so much @Matt , Wow, i feel like a pro already, looking forward to learning more from this Channel
Glad you enjoyed it! :)
this is dope. it explains everything in less time. because we are timeless
Glad you enjoyed it! I try to save people time with my videos! :)
Thanks! I was looking for an overview type tutorial. I also looked at those 4+ Hours long videos. Then I found this.
Great video on presenting a quick way to help someone understand Laravel with a simplistic project.
Just what I needed, no more, no less and fast. I was watching one of those super long videos and seriously asking myself where I went wrong, why is my life so hard, why after 3 hours I still don't see the point to laravel and so on lol. Awesome job
Thanks for the comment means a lot!
I noticed you booked some time with me on Calendly. Unfortunately I am out of the city and have to cancel the meeting, I forgot to update my calendly. But if you got some web dev questions send me a message on youtube or twitter I'd be happy to help!
@@mattsocha8754 No problem, I totally understand, I have some applications I want to move to Laravel, just wanted to talk to you about it, nothing formal or anything. Message me privately letting me know your hourly rate, so we can coordinate a very small meeting. Thanks a lot for this video, super helpful.
This is the best free software Ive seen. Respect.
That was really helpful, thank you so much Matt.
Dude... I loved that you kept your mistakes in the video.. Was a good laugh when you got the models path wrong. Great video, thanks. You definitely got a new sub.
Haha thanks! That’s the reason I keep them in the video! Thanks for the sub :)
I've been learning Laravel for a while now but I just don't fully get it. This video cements my understanding and I kinda feel more confident working with the framework. Thanks to you, my Sifu will be so proud of me now.
Best tutorial ever, I learned a lot in a short period.
This is so amazing I left your video 3 thumbs up.
Very cool, straight to the point, no bullshitting video!
easy-peasy! 👍
I'm putting "have worked on Laravel project" in CV!
Thanks Matt, very helpful short explanation of the concepts with examples . I saw other videos and it was to complex for me as a beginner
This is excellent! It actually shows the basics, including interacting with a database. Thanks!
Thank you very much. Simple and straight forward
Thanks glad you enjoyed it! :)
Thanks for your tutorial I can see clearly now the MVC concept through laravel...
The best laravel tutorial video. Thank you for helping me
Very nice video, Matt! Thank you very much for being straighforward and on point.
What a brilliant tutorial! Simple and to the point! Thank You!!
Thanks! Glad you enjoyed it!
The way you summarized this, is amazing!
Thanks! Glad you enjoyed it :)
Мэтт, ты просто супер! Реально, помог понять что не все так страшно с этим Laravel.
Thanks a lot, Matt.
Wonderful!! Thanks for saving me 3.5 hours!
Glad you enjoyed it!
Thank you, good video for refreshment
thanks for this great tutorial, it's so refreshing to find a good and short tutorial to learn the basics of laravel
Thanks! Glad you enjoyed it!
Really well done. Got the overall gist of it and coming from Java Springboot this seems a lot easier, and this is coming from someone who hasnt touched PHP since '05
This is what I was searching for. You nailed it. Thank you.
Thanks! Glad you enjoyed it!
Laravel beginner here.... Feeling great with this short and sweet tutorial. 👍👍👍
Thanks! Glad you enjoyed it :)