Skip to content

Commit

Permalink
Update the documentation (README.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
leganz committed Aug 24, 2020
1 parent 66df996 commit 7e24f8d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add the following to your `composer.json` file :

```json
"require": {
"silviolleite/laravelpwa": "~2.0.3",
"leganz/laravelpwa": "~2.0.3",
},
```

Expand All @@ -40,6 +40,14 @@ composer require silviolleite/laravelpwa --prefer-dist
$ php artisan vendor:publish --provider="LaravelPWA\Providers\LaravelPWAServiceProvider"
```

### Deployment

Create the manifest.json file for deployment.

```bash
php artisan pwa:manifest-deploy
```

### Configuration

Configure your app name, description, icons and splashes in `config/laravelpwa.php`.
Expand Down

0 comments on commit 7e24f8d

Please sign in to comment.