Skip to content

Commit

Permalink
Clarify the vendor config publish step is required (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
godismyjudge95 authored Jan 16, 2024
1 parent 0739d88 commit c2f78fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Set your Mailchimp API Key in your `.env` file. You can get it from: https://us1
MAILCHIMP_API_KEY=your-key-here
```

Publish the config file to `config/mailchimp.php` run:
**NOTE: This addon saves its settings to the file `config/mailchimp.php`**
To initialize the *required* config file run:

```bash
php artisan vendor:publish --tag="mailchimp-config"
Expand Down

0 comments on commit c2f78fe

Please sign in to comment.