We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcb492 commit 5866969Copy full SHA for 5866969
README.md
@@ -37,7 +37,7 @@ composer require erag/laravel-pwa
37
Once installed, publish the PWA configuration files using:
38
39
```bash
40
-php artisan erag:publish-laravel-pwa
+php artisan erag:install-pwa
41
```
42
43
This will create the required configuration file `config/pwa.php` and set up PWA functionality for your application.
src/Commands/PwaPublishCommand.php
@@ -11,7 +11,7 @@ class PwaPublishCommand extends Command
11
*
12
* @var string
13
*/
14
- protected $signature = 'erag:publish-laravel-pwa';
+ protected $signature = 'erag:install-pwa';
15
16
/**
17
* The console command description.
0 commit comments