Skip to content

Commit

Permalink
New configuration (migrations mandatory)
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Aug 13, 2020
1 parent f3b297e commit 8eb1f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ php artisan vendor:publish --provider="Overtrue\\LaravelSubscribe\\SubscribeSe

### Migrations

This step is also optional, if you want to custom subscriptions table, you can publish the migration files:
**You need to publish the migration files for use the package:**

```php
$ php artisan vendor:publish --provider="Overtrue\\LaravelSubscribe\\SubscribeServiceProvider" --tag=migrations
Expand Down

0 comments on commit 8eb1f22

Please sign in to comment.