mxent / pwax
Progressive Web App built with Laravel & Vue
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: >=8.2
- illuminate/support: >=12.0
- matthiasmullie/minify: >=1.3
README
Progressive Web App built with Laravel & Vue
Installation
Run composer require mxent/pwax
from your Laravel project.
Usage
- Publishes a config file:
php artisan vendor:publish --tag=pwax-config
- Publishes a view files:
php artisan vendor:publish --tag=pwax-views
Service Provider
The service provider is auto-discovered by Laravel.