Skip to content

Commit

Permalink
updated readme for publishing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo committed May 7, 2024
1 parent 3a2afc9 commit 2208f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ return [
```
You can publish this config file with the following commands:
```bash
php artisan vendor:publish --provider="Digikraaft\PaystackSubscritpion\PaystackSubscritpionServiceProvider" --tag="config"
php artisan vendor:publish --provider="Digikraaft\PaystackSubscription\PaystackSubscriptionServiceProvider" --tag="config"
```

#### Database Migrations
You will need to publish the database migrations with these commands:
```bash
php artisan vendor:publish --provider="Digikraaft\PaystackSubscritpion\PaystackSubscritpionServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Digikraaft\PaystackSubscription\PaystackSubscriptionServiceProvider" --tag="migrations"
php artisan migrate
```
The migrations will add several columns to your users table as well
Expand Down

0 comments on commit 2208f9c

Please sign in to comment.