Medium has other 2018 articles also, perhaps search through them. Good luck with this.
I am guessing you have already done a through Google search.
Also check GitHub for those types of apps, maybe you can find some code that will guide you.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm trying to build my first ever PWA and have succeeded it to a great extent. I followed this tutorial: https://medium.com/codefield-community/laravel-pwa-from-webpack-mix-js-11c313d5d918.
The only issue so far is that - dynamic URLs don't work; and I've no clue how to make them work. I only tested with static urls (home, login, dashboard etc.).
I've few questions -
I used sw-precache; which is being replaced with workbox. Does anyone know how to make this work with workbox?
Offline capability is not absolutely essential for my app. I'm wondering if I should bother about dynamic URLs.
How could I test my PWA locally - say on my Android device? I checked port forwarding for USB connected devices; but couldn't get it to work. I'm not if it's the right approach.
Please or to participate in this conversation.