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 @@ -11,7 +11,7 @@ Compatible with: Laravel 6.x (LTS), Laravel 8.x or PHP 7.4<=
11
11
You can install the package via composer or just download it:
12
12
13
13
``` bash
14
- composer require deviddev/billingo-api-v3-wrapper:^1.0
14
+ composer require deviddev/billingo-api-v3-wrapper
15
15
```
16
16
17
17
# Usage
@@ -20,7 +20,7 @@ composer require deviddev/billingo-api-v3-wrapper:^1.0
20
20
21
21
Publish config file:
22
22
23
- ` php artisan vendor:publish --provider=Deviddev\BillingoApiV3Wrapper\BillingoApiV3WrapperServiceProvider `
23
+ ` php artisan vendor:publish --provider=Deviddev\BillingoApiV3Wrapper\BillingoApiV3WrapperServiceProvider --tag="config" `
24
24
25
25
** First set up your Billingo API V3 key in ./config/billingo-api-v3-wrapper.php config file.**
26
26
You can’t perform that action at this time.
0 commit comments