Skip to content

Commit 8fcb492

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

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
@@ -78,7 +78,7 @@ After changing `config/pwa.php` in your `manifest` array, run this command
7878
You can update your PWA manifest file by running:
7979

8080
```bash
81-
php artisan erag:pwa-update-manifest
81+
php artisan erag:update-manifest
8282
```
8383

8484
This command updates the `manifest.json` file located in the public directory of your Laravel project.

src/Commands/PWACommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class PWACommand extends Command
1313
*
1414
* @var string
1515
*/
16-
protected $signature = 'erag:pwa-update-manifest';
16+
protected $signature = 'erag:update-manifest';
1717

1818
/**
1919
* The console command description.

0 commit comments

Comments
 (0)