MThomas's avatar
Level 35

Where to find the Building Progressive Web Apps Series?

I found this repository online, but could not find the corresponding laracasts series: https://github.com/laracasts/Building-Progressive-Web-Apps-with-Laravel

Does anyone know where to find this?

0 likes
2 replies
LaryAI's avatar
Level 58

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:
  • 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!

1 like
MThomas's avatar
Level 35

Ah @laryai, I tink you are referring me to the series that is related to the repo, but is not yet published.

Please or to participate in this conversation.