Just use the 5.4 from scratch series to learn. Then, just review the changes of 5.5 and 5.6. There is a free Vue series as well.
I want to learn Laravel but lots of videos seem outdated
So my main reason for coming to Laracast is to learn Laravel, but I find my self, hunting around for an updated starter Laravel 5.6 series. the skills tell me to go from "Laravel 5.4 From Scratch" but I feel like I may learn to do a lot of things the old way and have to unlearn it and relearn it till Laravel 5.6. Also, I would love to use Vue with Laravel for forms and so on. Learn how to make an admin with user roles and all those things but I have a hard time finding the videos I need to watch. The Forum one was a bit above my skill level.
Please help!
Most of laravel 5.1 -> 5.6 hasn't changed much, it's just that more tasks that you do for the mayority of websites have now been included in an easier way.
If you're new to laravel, then I highly recommend the following series:
- https://laracasts.com/series/laravel-5-fundamentals I just went over the list, none of these are outdated.
- https://laracasts.com/series/phpunit-testing-in-laravel testing is important, the way some of the things here are done have changed slightly but it's really important to learn
- https://laracasts.com/series/design-patterns-in-php For any php programmer that hasn't gone into design patterns yet, this is a must
- https://laracasts.com/series/code-katas-in-php Have I mentioned the importance of testing?
- https://laracasts.com/series/learn-vue-2-step-by-step/ You want to learn Vue right?
After the laravel 5 fundamentals you should be good to go to do any other series including the "building your own forum" or the "whats new in laravel 5....."
Please or to participate in this conversation.