Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjardo committed Jan 9, 2022
1 parent 9d595c4 commit 32100e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ php artisan mailviewer:install
You can also install the package manually by executing the following two commands.

```sh
php artisan vendor:publish Label84\MailViewer\MailViewerServiceProvider --config
php artisan vendor:publish Label84\MailViewer\MailViewerServiceProvider --migrations
php artisan vendor:publish --provider="Label84\MailViewer\MailViewerServiceProvider" --tag="config"
php artisan vendor:publish --provider="Label84\MailViewer\MailViewerServiceProvider" --tag="migrations"
```

#### 2.2 Publish the views (optional)

To change the default views, you can publish them to your application.

```sh
php artisan vendor:publish Label84\MailViewer\MailViewerServiceProvider --views
php artisan vendor:publish --provider="Label84\MailViewer\MailViewerServiceProvider" --tag="views"
```

### 3. Run migrations
Expand Down

0 comments on commit 32100e1

Please sign in to comment.