Watch this series: https://laracasts.com/series/laravel-6-from-scratch - this is a good place to start as long as you understand basic PHP
I want to learn Laraval
Hey Guide me a way to become expert in Laravel A road map to follow from level 1 to expert.
Get your hands dirty, build a small project. I started building this blog https://youtu.be/EU7PRmCpx-0 taught me a lot.
@welland Going to the second part of this vid, I got stucked in defining IP address when he runs the notepad as administrator
He is probably setting up a dev server. But in your command line, you can just run php artisan serve if thats easier to get you started
@drewdan after compliting this series, what to learn in laravel. I mean it has various ecosystem. So what to study after this series and what to learn more in depth?
I am not sure I know what you mean. Laravel developers tend to learn all of it from what I have seen. You can concentrate on backend stuff, or maybe look at how to use Vue with Laravel to make an SPA. It all really depends what you want to get out of it, and what interests you.
@arenja There is no set way to “learn” Laravel. Just start. If there’s a term you find you want to know about, research that.
There isn’t a nice, neat path from beginner to “expert”.
What's your current experience level. One way to learn is to actually write a small mvc framework.
@jlrdw I'm just a beginner in Laravel, I know HTML CSS JS PHP and then starting with Laravel.
Do a project while learning, Me, I only do business apps. So whatever your goal is, write a small project that matches your end goal. And as mentioned, view at least the free video series as a start.
Also by working some of the actual examples in the docs, you get a better idea of how the relations are correctly setup, meaning laravel conventions.
Please or to participate in this conversation.