Certainly! Here is a clear solution formatted to fit a Laracasts forum answer:
It looks like you're searching for the Building Progressive Web Apps with Laravel series on Laracasts, as mentioned in this GitHub repository.
Unfortunately, there is currently no official Laracasts series titled "Building Progressive Web Apps with Laravel." The GitHub repository contains code and lessons, but the actual video series does not exist (or, at least, is not public/available on the Laracasts website). Sometimes Laracasts creates demo repositories as a starting point for videos, but not all of them are published as a full series.
What You Can Do
- Search for Similar Content: While the exact series doesn't exist, Laracasts has other resources that cover related topics:
- Learn Progressive Web Apps (focuses on the PWA concepts but not Laravel-specific)
- Laravel From Scratch (general Laravel mastery)
- Explore the Repository: You can still follow along with the GitHub repo as it contains examples and code snippets.
- Ask on Laracasts: If you have specific questions about building PWAs with Laravel, you can post them here or in the Laracasts Q&A.
Example — Getting Started with the Repository
You can clone the repository and run it locally:
git clone https://github.com/laracasts/Building-Progressive-Web-Apps-with-Laravel.git
cd Building-Progressive-Web-Apps-with-Laravel
composer install
cp .env.example .env
php artisan key:generate
php artisan serve
Summary:
The full Laracasts video series you’re looking for does not exist, but you can benefit from the repository and other related Laracasts content.
Hope this helps!