Building Progressive Web Apps (PWA) with Laravel
Step-by-step guide to building PWAs with Laravel - from Service Workers, Web App Manifest, Offline Support to Push Notifications and Background Sync.
4 articles
JavaScript integration with Laravel applications. Covers modern ES6+, async programming, DOM manipulation, and working with Laravel's frontend stack.
Step-by-step guide to building PWAs with Laravel - from Service Workers, Web App Manifest, Offline Support to Push Notifications and Background Sync.
A comprehensive guide to integrating HTMX with Laravel to create interactive, SPA-like web applications without React, Vue, or any complex JavaScript framework.
Going beyond the basics: Chunk splitting, asset versioning, and lazy loading JavaScript in a Laravel ecosystem.
Why load a heavy framework for simple interactions? Alpine.js provides the reactive nature of Vue at a fraction of the cost, perfect for Blade templates.