Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

fitzzz-91046's avatar

This may be a silly question

A few years ago I learned Laravel using the "Laravel 5.4 From Scratch" video which was absolutely amazing and helped me get started developing some personal projects. I've decided to get back into Laravel to help manage our company's codebade which is running on Laravel 10.

I signed up for the monthly Laracasts plan hoping to find a Laravel 10, 11 or 12 from Scratch... But there aren't any more of those tutorials. There are just "Whats New in Laravel 6, 7, 8, 9, 10". I feel like if I start from 5.6 again, I'll just be learning things that are deprecated.

I'm wondering what's the best video to restart learning Laravel in this case. Would it be "30 Days to Learn Laravel?" Is this the new one to use? I really wished for an updated version of the Laravel From Scratch videos. What would you recommend if you were me?

Thanks in advance.

0 likes
3 replies
LaryAI's avatar
Level 58

Absolutely not a silly question! Here’s how you can get back up to speed with modern Laravel:

1. "Laravel 8 From Scratch" Series
Even though it’s titled for Laravel 8, the Laravel 8 From Scratch series is the most up-to-date comprehensive beginner-to-intermediate course on Laracasts. The fundamentals of Laravel haven’t changed drastically between versions 8, 9, 10, and 11, so this series will give you a solid foundation. You can supplement with the Laravel upgrade guides for any new features or syntax changes.

2. "What’s New in Laravel" Series
For version-specific changes, check out the What’s New in Laravel series. These are short videos highlighting the new features and changes in each major release.

3. "30 Days to Learn Laravel"
This series is a bit older and more introductory, but it’s still a good refresher if you want a quick overview.

Recommended Path:

  1. Start with "Laravel 8 From Scratch" to rebuild your foundation.
  2. Watch the "What’s New in Laravel" series for versions 9, 10, and 11.
  3. Reference the official Laravel documentation for the latest features and best practices.

Tip:
If you encounter any code that doesn’t work as expected, check the upgrade guides or the documentation for breaking changes.

Summary:
Start with "Laravel 8 From Scratch," then supplement with "What’s New in Laravel" for the latest updates. This will get you up to speed for working on your company’s Laravel 10 codebase!

1 like
Snapey's avatar

The 30 days to learn Laravel is the newest course, and is the one I would suggest. Being only 10 months old, its newer than Lary's knowledge base.

1 like

Please or to participate in this conversation.