Skip to content

Commit 2208f9c

Browse files
committed
updated readme for publishing resources
1 parent 3a2afc9 commit 2208f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ return [
7575
```
7676
You can publish this config file with the following commands:
7777
```bash
78-
php artisan vendor:publish --provider="Digikraaft\PaystackSubscritpion\PaystackSubscritpionServiceProvider" --tag="config"
78+
php artisan vendor:publish --provider="Digikraaft\PaystackSubscription\PaystackSubscriptionServiceProvider" --tag="config"
7979
```
8080

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

0 commit comments

Comments
 (0)