File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This is a simple Laravel (PHP) wrapper for Billingo (billingo.hu) API V3 SwaggerHUB PHP SDK.
4
4
5
- Compatible with: Laravel 6.x (LTS), Laravel 8 .x and 9 .x or PHP 7.4 <=
5
+ Compatible with: Laravel 8.x, 9 .x and 10 .x or PHP 8.1 <=
6
6
7
7
** You can use the wrapper easily with all type of PHP projects (not just Laravel) from 1.0.0 version without changing except downloadInvoice method.**
8
8
@@ -20,7 +20,7 @@ composer require deviddev/billingo-api-v3-wrapper
20
20
21
21
Publish config file:
22
22
23
- ` php artisan vendor:publish --provider=Deviddev\BillingoApiV3Wrapper\BillingoApiV3WrapperServiceProvider -- tag="config" `
23
+ ` php artisan vendor:publish --tag="billingo- 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