Understand Laravel basics 2024 | Laravel tutorial | Laravel for beginners

  Рет қаралды 214,368

Matt Socha

Matt Socha

Күн бұрын

Understand Laravel in 25 minutes | Laravel tutorial | Laravel for beginners
My Gear:
Monitors 1. amzn.to/2X9IC37 2. amzn.to/3CadhwA
Mouse: amzn.to/3nAtIhH
Keyboard: amzn.to/3z7jfw7
Webcam: amzn.to/3hvWbRF
Mic: amzn.to/3lj7uhn
Hey what’s going on
Today were going over some laravel basics
I was looking up some other laravel tutorials and for some reason they are all like 4 hours long and lets be honest you don’t really want to watch a video for 4 hours.
So my goal is to keep this video under 10 minutes
By the end of this video you’ll know how to build a basic
application in laravel. You’ll understand how to make views, create models and migrations, basic routing, and inserting and editing records in the database.
With that being said The best way to learn a new framework is to build something with the framework
Which is exactly what were going to do.
Were gonna build a classic CRUD application and the most common
Simple todo list
The best way learn something is by actually building something
So were gonna build the classic todo list
Create new laravel app
edit blade to todo list
create form post request
create listItem model and migration
create endpoint to saveListItem
return view with list items
create endpoint to make item complete
Ok so Our todo list is working and it does everything we want it to do
I hope this gave you a basic understanding of building applications with laravel
If I missed anything or you want to know something we didn’t cover in this video feel free to leave a comment below
But yeah that’s basically it thanks for watching!

Пікірлер: 376
@clementborisov7050
@clementborisov7050 2 жыл бұрын
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.
@cricketsport4013
@cricketsport4013 2 жыл бұрын
Before laravel ...... what concepts of oop i need to Learn and practice..?
@guyunknown9123
@guyunknown9123 Жыл бұрын
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
@daytodatainc
@daytodatainc 8 ай бұрын
@@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.
@ZystamOfficial
@ZystamOfficial 2 жыл бұрын
Thanks, I already knew a lot about php, html, mvc's etc. So having a somewhat faster tutorial was extremely pleasing.
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks I really appreciate it! :)
@AmericanHero-c7j
@AmericanHero-c7j 11 ай бұрын
Yeah, as a fairly experienced developer, this was a really fast explanation of how Laville accomplishes things I can do in other languages.
@BastiaanEkeler
@BastiaanEkeler 2 жыл бұрын
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
@mattsocha8754 2 жыл бұрын
Hey thanks for the kind words :) I got more videos planned. Comments like these make it all worth it!
@AbdulhakimHaliru
@AbdulhakimHaliru 2 жыл бұрын
@@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 :)
@kaurdeepinder9667
@kaurdeepinder9667 2 жыл бұрын
same here
@blackchristiangeek
@blackchristiangeek Жыл бұрын
@@AbdulhakimHaliru Amen
@lucahoffmann8695
@lucahoffmann8695 Жыл бұрын
Same here
@solotee5265
@solotee5265 6 ай бұрын
Its 2024, and this is the "Laravel basics speedrun" i've been looking for, Thanks Matt!
@Ctrl1124
@Ctrl1124 10 ай бұрын
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!
@PeteyFF
@PeteyFF Жыл бұрын
I wish I could upvote this more than once! What a clear and concise intro into Laravel. Really appreciate you making this.
@TheRedTeam
@TheRedTeam 2 жыл бұрын
I'm here because I did not want to watch a 4 hours video haha
@kdta91
@kdta91 2 жыл бұрын
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.
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks! Glad you enjoyed it!
@kdta91
@kdta91 2 жыл бұрын
@@mattsocha8754 helped a lot! We have a simple web app project coming and decided to take on Laravel again 🙂👌
@loool21
@loool21 Жыл бұрын
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
@shahmask
@shahmask 2 жыл бұрын
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!!
@crankyinmv
@crankyinmv Жыл бұрын
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.
@hassan_codes
@hassan_codes 2 жыл бұрын
This is gold. Now all I need is the documentation and stackoverflow. Thank you
@arthurion
@arthurion 2 жыл бұрын
That's it. I like it too.
@dagogouranta5583
@dagogouranta5583 2 жыл бұрын
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 !
@mattsocha8754
@mattsocha8754 2 жыл бұрын
That’s great to hear! I’m glad I was able to help! Keep it up :)
@claudiohernandelgado3039
@claudiohernandelgado3039 2 жыл бұрын
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.
@santoja
@santoja 21 күн бұрын
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!
@johnterry874
@johnterry874 Жыл бұрын
started learning php yesterday, today Laravel with your video. Finally, I'm starting a new expedition. Thanks, man.
@hassan_codes
@hassan_codes 2 жыл бұрын
This is the best Laravel tutorial on the internet
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks! I’m glad you enjoyed it! It means a lot :)
@AmericanHero-c7j
@AmericanHero-c7j 11 ай бұрын
I have to say as a JavaScript developer, this almost feels like cheating.
@homeoffice3524
@homeoffice3524 8 ай бұрын
So 2 years later it's me 😂 Still can't agree more about your comment. This is brilliant
@SevAbante
@SevAbante Жыл бұрын
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.
@Zack-tx7oz
@Zack-tx7oz 2 жыл бұрын
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 KZbin".. Thank you man, your tutorial is just what's needed!
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Haha thanks! This is great to hear!
@HyggeJourney
@HyggeJourney 2 жыл бұрын
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
@snappesisnappes
@snappesisnappes 8 ай бұрын
saved my day
@rengga7021
@rengga7021 2 жыл бұрын
i was looking for a short video tutorial laravel project to understand how it works and i found this! thanks Matt!
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Glad you liked it! Thanks for the kind words :)
@jacobdavidcunningham1440
@jacobdavidcunningham1440 Жыл бұрын
lol that's so on point about the "4 hours long" was expecting an hour long crash course
@kerimtim
@kerimtim 2 жыл бұрын
This is by fart the best explaining video I've found that explains how Models Views and Controllers work together
@mhdrhmn
@mhdrhmn 2 жыл бұрын
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
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Glad you enjoyed it! :)
@vinfusion2266
@vinfusion2266 2 жыл бұрын
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.
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks! I’m glad you found my video helpful :)
@DarrenEggleston
@DarrenEggleston Жыл бұрын
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!
@egali34
@egali34 2 жыл бұрын
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
@ambrovanwyk6522
@ambrovanwyk6522 2 жыл бұрын
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.
@jlambert12013
@jlambert12013 2 жыл бұрын
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!
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Haha yeah I know exactly what you mean. Thanks for the comment! More videos are planned :)
@AmericanHero-c7j
@AmericanHero-c7j 11 ай бұрын
This definitely only works for experienced coders, but there should be way more content like this, for jumping from language to language and framework to framework.
@enriquecorpus5130
@enriquecorpus5130 10 ай бұрын
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.
@moofymoo
@moofymoo Ай бұрын
easy-peasy! 👍 I'm putting "have worked on Laravel project" in CV!
@ludus5291
@ludus5291 Жыл бұрын
I am total beginner in php, and i managed to make the app working. Thanks a lot @Matt Socha
@jobaute3984
@jobaute3984 3 ай бұрын
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
@WilliamGallios
@WilliamGallios Жыл бұрын
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.
@AceDFxTrader
@AceDFxTrader 2 жыл бұрын
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!
@mattsocha8754
@mattsocha8754 2 жыл бұрын
That’s awesome to hear! I’m glad you enjoyed the video! :)
@ChrisBiddleGuitar
@ChrisBiddleGuitar 3 ай бұрын
Thanks! This tutorial was exactly what I needed to get started in Laravel.
@mattsocha8754
@mattsocha8754 3 ай бұрын
Glad you found it helpful! Thanks for supporting me :)
@sahilkholia2355
@sahilkholia2355 2 жыл бұрын
Perfect video for people like me, who have prior programming knowledge and experience but are new to Laravel.. Thanks a lot man..
@mattsocha8754
@mattsocha8754 2 жыл бұрын
That’s great to hear! Thanks for the comment!
@tomnewman2734
@tomnewman2734 2 жыл бұрын
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
@mattsocha8754
@mattsocha8754 2 жыл бұрын
These are my favourite comments! Glad you enjoyed the video! :)
@YanShum
@YanShum Жыл бұрын
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.
@ZACK-lf4gr
@ZACK-lf4gr Жыл бұрын
That was Very Helpful Thank you A lot My Friend Wish You all the best in your carrier
@sajidifti6806
@sajidifti6806 7 ай бұрын
Thanks! I was looking for an overview type tutorial. I also looked at those 4+ Hours long videos. Then I found this.
@rafi_45
@rafi_45 Жыл бұрын
Man thank you so much. Really helps me understanding how basic laravel works.
@nantejoy
@nantejoy 2 жыл бұрын
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.
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Awesome! Glad you enjoyed it!
@abdelkhaleq3v11moutaouakil6
@abdelkhaleq3v11moutaouakil6 Жыл бұрын
This is the best free software Ive seen. Respect.
@MalluTrollen2024
@MalluTrollen2024 2 жыл бұрын
It's too good for experienced developers to understand, thank you 👏
@NovaDev117
@NovaDev117 8 ай бұрын
This is excatly what i need to know about laravel. Thanks for the video.
@rewaj56
@rewaj56 Жыл бұрын
Helpful, had barebones knowledge of php and still got valuable info on using Laravel, awesome guide !
@binihalex8097
@binihalex8097 2 жыл бұрын
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
@pooyabehravesh1568
@pooyabehravesh1568 Жыл бұрын
Quick reminder video. I found what i exactly looking for. thanks bro.
@VictorRodriguez-zp2do
@VictorRodriguez-zp2do 2 жыл бұрын
Simple and to the point, I couldn't have asked for more.
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks! Glad you enjoyed it :)
@howyshiwt
@howyshiwt 2 жыл бұрын
Thanks man!!. i needed this to quickly understand laravel how it works and to pass the technical exam tomorrow hahaha
@mattsocha8754
@mattsocha8754 2 жыл бұрын
That’s great to hear! Good luck on your exam! :)
@szymonduranowski4510
@szymonduranowski4510 Жыл бұрын
One of the best tutorials I've ever watched!
@daytodatainc
@daytodatainc 8 ай бұрын
Great video on presenting a quick way to help someone understand Laravel with a simplistic project.
@remibouffort3701
@remibouffort3701 Жыл бұрын
Thanks for your tutorial I can see clearly now the MVC concept through laravel...
@tawandamatewu1095
@tawandamatewu1095 2 жыл бұрын
this is dope. it explains everything in less time. because we are timeless
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Glad you enjoyed it! I try to save people time with my videos! :)
@abdullahshahmeer824
@abdullahshahmeer824 Жыл бұрын
Finally I found a good tutorial on laravel ...great effort bro
@yehorslovyanskiy1528
@yehorslovyanskiy1528 2 жыл бұрын
Good video for trying laravel quickly! Thank you!
@fmaz1952
@fmaz1952 Жыл бұрын
This is so amazing I left your video 3 thumbs up.
@shanermahmud1086
@shanermahmud1086 Жыл бұрын
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!
@blackchristiangeek
@blackchristiangeek Жыл бұрын
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.
@mattsocha8754
@mattsocha8754 Жыл бұрын
Thanks for the comment! This is great to hear! :)
@fauzihazim5955
@fauzihazim5955 Жыл бұрын
The best laravel tutorial video. Thank you for helping me
@tianacoker8900
@tianacoker8900 Жыл бұрын
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.
@gleamofcolor
@gleamofcolor 2 жыл бұрын
Thanks for such a nice video. I am a Microsoft developer but I can easily understand the Laravel framework very easily which is much simpler than entity framework. Good job 💐💐💐
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks glad you enjoyed it!
@TruthSeeker3758
@TruthSeeker3758 2 жыл бұрын
Laravel beginner here.... Feeling great with this short and sweet tutorial. 👍👍👍
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks! Glad you enjoyed it :)
@Staeufer
@Staeufer Жыл бұрын
Pretty good tutorial. Short. On point. It made me finally try Laravel. Loving it now.
@paulcodes
@paulcodes 2 жыл бұрын
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.
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks for the great feedback! I’m glad you found the video helpful!
@KatlegoMoilwa
@KatlegoMoilwa 2 жыл бұрын
Brilliant video. Plain old CRUD is under 25 mins. I really needed this right now. 4 days to tinker! Merry Christmas
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thank you! That’s exactly what I was going for. Merry Christmas!
@kanahbal
@kanahbal 6 ай бұрын
Perfect tutorial and exactly what an experienced dev needs. Perhaps rename the title to "fastrun" instead of "for beginners" so real beginners would get a heads up.
@NathanielHamann
@NathanielHamann 2 жыл бұрын
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.
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Haha thanks! That’s the reason I keep them in the video! Thanks for the sub :)
@truenaraku
@truenaraku 2 жыл бұрын
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!
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks! Glad you enjoyed it!
@ChocapicSz
@ChocapicSz 3 ай бұрын
Very cool, straight to the point, no bullshitting video!
@kirstymarks1473
@kirstymarks1473 7 ай бұрын
Interesting, I decided to take it a little step further by switching between marking it complete or not during the save process by process of guessing (it actually worked to my astonishment), as well as a small amount of styling (strike through) for when it was complete. It would be interesting to see how i can take this further for when I wish to completely delete it from the DB. But ill save the above last part for future viewing. Great tutorial for a complete laravel newbie
@gersonadr2
@gersonadr2 2 жыл бұрын
Wonderful!! Thanks for saving me 3.5 hours!
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Glad you enjoyed it!
@joeyschmitz414
@joeyschmitz414 2 жыл бұрын
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.
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks! Glad you enjoyed it!
@JamesTembo
@JamesTembo 2 жыл бұрын
Wow...just Wow thanks so much @Matt , Wow, i feel like a pro already, looking forward to learning more from this Channel
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Glad you enjoyed it! :)
@ingabirejeanherve2733
@ingabirejeanherve2733 Жыл бұрын
Good work Matt, really enjoyed this tutorial with a good timing. Keep it up
@77loutube
@77loutube 2 жыл бұрын
a video unravelling the laravel magic could be a great followup to this 30mins masterpiece
@superxereu
@superxereu 2 жыл бұрын
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
@mattsocha8754
@mattsocha8754 2 жыл бұрын
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!
@superxereu
@superxereu 2 жыл бұрын
@@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.
@Ahmadali-xy1xh
@Ahmadali-xy1xh Жыл бұрын
Appreciated your effort Mate. Very helpful to understand the basic concept.
@asakpke
@asakpke Жыл бұрын
This is how programmers does quick tutorial 👌Simple & straight forward. Of course, it's without best practices but at lest it did in limited time.
@alfieroseburg8887
@alfieroseburg8887 Жыл бұрын
I quickly learned laravel. Its quite similar to ci, mvc but with more features. Good tutorial man!
@AdiSings2023
@AdiSings2023 2 жыл бұрын
Hey Dude! I sub to you! Very good video for IT Student! Please more videos like this!
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks for the support! More videos are on the way!
@AdiSings2023
@AdiSings2023 2 жыл бұрын
@@mattsocha8754 nice!
@lepystudio8974
@lepystudio8974 2 жыл бұрын
Thanks! That was vert informative. Please continue with Laravel. Perhaps a in-depth tutorial or best practices?
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thanks! I’ll keep those video ideas in mind!
@csandreas1
@csandreas1 2 жыл бұрын
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.
@tangaucheplease9621
@tangaucheplease9621 2 жыл бұрын
Thx, it was cool to review how Laravel works after some time away from it
@jordanoytas5865
@jordanoytas5865 2 жыл бұрын
You deserve a subscribe! Im a beginner but this tutorial I somehow understand Laravel. Thank you for this tutorial. Keep this up.
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Thank you! I’m glad you enjoyed it! :)
@genedy9233
@genedy9233 Жыл бұрын
Thank you, good video for refreshment
@richardc8129
@richardc8129 Жыл бұрын
Just started using Laragon, and so far, MARVELOUS. Have been doing webdev for 25+ yrs, WP/Elementor/localhosting on Windows (currently Win11 Pro). Due to ongoing issues with XAMPP, the switch to Laragon is a great improvement. I am moving a couple of sites under development, using Duplicator WordPress plugin. (Have used it before without issues.) When I go to install a site under Laragon, the installer.php does not fire-up. Instead it opens in my editor (Notepad++) with this at the top of the file: "If you're seeing this text when browsing to the installer, it means your web server is not set up properly. -- Please contact your host and ask them to enable "PHP" processing on your account." Since Laragon doesn't have much support, I'm digging around to solve this issue. (It appears you have some experience with it.) I'm not finding where in Laragon to enable the php fn in the webserver (Laragon). Can you be of any assistance??? Thank you in advance.
@richardc8129
@richardc8129 Жыл бұрын
SORRY! Posted to wrong video.
@Another_Look
@Another_Look Жыл бұрын
This is excellent! It actually shows the basics, including interacting with a database. Thanks!
@dwivedys
@dwivedys Жыл бұрын
Dear Matt - loved your style!
@ryanmmbale8993
@ryanmmbale8993 8 ай бұрын
Best tutorial ever, I learned a lot in a short period.
@rc-wingman5719
@rc-wingman5719 2 жыл бұрын
Wtf!!! Laravel is amazing!!! Much faster than doing this with oldschool php!!!! Thanks so much for the introduction!
@mattsocha8754
@mattsocha8754 2 жыл бұрын
Glad you enjoyed it! Yeah Laravel is great!
@iraklialaverdashvili1761
@iraklialaverdashvili1761 Жыл бұрын
Great crash course tutorial! If you already know any other PHP frameworks, with this tutorial you can start easily with Laravel.
@hello_world_zz
@hello_world_zz Жыл бұрын
Thanks a lot, Matt.
@johnpreston6042
@johnpreston6042 2 жыл бұрын
Мэтт, ты просто супер! Реально, помог понять что не все так страшно с этим Laravel.
@ollysalanson9452
@ollysalanson9452 11 ай бұрын
That was really helpful, thank you so much Matt.
@jeffjohnson2792
@jeffjohnson2792 Жыл бұрын
Thanks Matt. Great content.
@camenaio
@camenaio Жыл бұрын
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
@xyz-ey7ul
@xyz-ey7ul Жыл бұрын
thanks man. I also came here because I didn't have 4hrs to watch a tutorial.
Laravel for Beginners  -  Learn Laravel 11 Basics in 1 Hour
1:11:24
Dave Hollingworth
Рет қаралды 12 М.
Laravel CRUD in 50 minutes for Beginners  from Scratch
49:58
Devtamin
Рет қаралды 214 М.
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1,1 МЛН
БЕЛКА СЬЕЛА КОТЕНКА?#cat
00:13
Лайки Like
Рет қаралды 966 М.
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 35 МЛН
Laravel Origins: A PHP Documentary
33:27
OfferZen Origins
Рет қаралды 159 М.
Laravel Tutorial For Beginners (Simple User CRUD App)
1:16:13
LearnWebCode
Рет қаралды 187 М.
You should just choose Laravel
13:23
Josh Cirre
Рет қаралды 32 М.
Why is Laravel NOT used in Big Development Projects?
11:53
Stefan Mischook
Рет қаралды 179 М.
Laravel 11 Tutorial for Beginners - Laravel Crash Course (2024)
1:22:20
The Codeholic
Рет қаралды 179 М.
What’s Up with Laravel? It’s Everywhere, and Here’s Why!
6:22
PHP in 100 Seconds
2:21
Fireship
Рет қаралды 1,3 МЛН
Is Laravel Livewire actually secure?
8:19
Josh Cirre
Рет қаралды 9 М.
When should you pick Laravel over WordPress?
26:54
viewSource
Рет қаралды 6 М.
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1,1 МЛН