marteen / pwavel
Creates a simple PWA support for Laravel Starter Kit.
1.6.10
2025-06-19 15:55 UTC
Requires
- php: >=5.1
- illuminate/support: >=5.2
README
Installation
composer require --dev marteen/pwavel
note: in a production environment, avoid using --dev
Publish components and Install PWA
-
Run the following command to publish config file,
php artisan pwavel:publish -
Add following code in root blade file in header section.
@include('partials.manifest') -
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