Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
enuenan committed Dec 14, 2023
1 parent e6184d6 commit 62dec13
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,17 @@ You can install the package via composer:
composer require enan/pathao-courier
```

You can publish and run the migrations with:
You can publish the migration file and config file with:

```bash
php artisan vendor:publish --tag="pathao-courier-migrations"
php artisan vendor:publish --tag="pathao-courier-config"
```

Or you can do both in one command

```
php artisan vendor:publish --provider="Enan\PathaoCourier\PathaoCourierServiceProvider"
```

Add the following environment variables to your `.env` file:
Expand Down

0 comments on commit 62dec13

Please sign in to comment.