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:
- Start with "Laravel 8 From Scratch" to rebuild your foundation.
- Watch the "What’s New in Laravel" series for versions 9, 10, and 11.
- 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!