Skip to content

✨ Features

  • ⚙️ Automatic PWA setup
    Automatically creates the required PWA manifest and service worker files for your Laravel app.

  • 📲 Add to Home Screen support
    Lets users install your web app on their device with a simple and configurable install prompt.

  • 🔄 Supports modern Laravel versions
    Works smoothly with Laravel 8.x to 12.x without extra configuration.

  • Quick and easy setup
    Get PWA features running in minutes with minimal setup and sensible defaults.

  • 📱🖥️ Works on mobile and desktop
    Your app behaves like a native app on both mobile and desktop browsers.

  • 🛠️ Easy customization
    Control app name, icons, theme color, display mode, and more using config/pwa.php.

  • 🧩 Built-in Blade helpers
    Simple Blade directives to add PWA meta tags and register service workers.

  • 🔐 Secure by design
    Designed to work over HTTPS, as required for service workers and PWA features.

  • 🌐 Works with any frontend setup
    Compatible with Blade, Livewire, Vue 3, and React.