File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ return [
75
75
```
76
76
You can publish this config file with the following commands:
77
77
``` bash
78
- php artisan vendor:publish --provider=" Digikraaft\PaystackSubscritpion\PaystackSubscritpionServiceProvider " --tag=" config"
78
+ php artisan vendor:publish --provider=" Digikraaft\PaystackSubscription\PaystackSubscriptionServiceProvider " --tag=" config"
79
79
```
80
80
81
81
#### Database Migrations
82
82
You will need to publish the database migrations with these commands:
83
83
``` bash
84
- php artisan vendor:publish --provider=" Digikraaft\PaystackSubscritpion\PaystackSubscritpionServiceProvider " --tag=" migrations"
84
+ php artisan vendor:publish --provider=" Digikraaft\PaystackSubscription\PaystackSubscriptionServiceProvider " --tag=" migrations"
85
85
php artisan migrate
86
86
```
87
87
The migrations will add several columns to your users table as well
You can’t perform that action at this time.
0 commit comments