Skip to content

Commit 5866969

Browse files
committed
feat:Update Command
1 parent 8fcb492 commit 5866969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ composer require erag/laravel-pwa
3737
Once installed, publish the PWA configuration files using:
3838

3939
```bash
40-
php artisan erag:publish-laravel-pwa
40+
php artisan erag:install-pwa
4141
```
4242

4343
This will create the required configuration file `config/pwa.php` and set up PWA functionality for your application.

src/Commands/PwaPublishCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class PwaPublishCommand extends Command
1111
*
1212
* @var string
1313
*/
14-
protected $signature = 'erag:publish-laravel-pwa';
14+
protected $signature = 'erag:install-pwa';
1515

1616
/**
1717
* The console command description.

0 commit comments

Comments
 (0)