marteen/pwavel

Creates a simple PWA support for Laravel Starter Kit.

Maintainers

Package info

github.com/MarteenJevLsk/pwavel

pkg:composer/marteen/pwavel

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.6.10 2025-06-19 15:55 UTC

This package is auto-updated.

Last update: 2026-03-01 00:47:39 UTC


README

v.1.6.10

Installation

composer require --dev marteen/pwavel

note: in a production environment, avoid using --dev

Publish components and Install PWA

  1. Run the following command to publish config file,

    php artisan pwavel:publish

  2. Add following code in root blade file in header section.

    @include('partials.manifest')

  3. Add following code in root blade file in before close the body:

    @include('partials.metaInf')

License

The MIT License (MIT). Please see License File for more information