Skip to content

Commit b742e57

Browse files
committed
update readme file
1 parent bc662b7 commit b742e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a simple Laravel (PHP) wrapper for Billingo (billingo.hu) API V3 SwaggerHUB PHP SDK.
44

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<=
66

77
**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.**
88

@@ -20,7 +20,7 @@ composer require deviddev/billingo-api-v3-wrapper
2020

2121
Publish config file:
2222

23-
`php artisan vendor:publish --provider=Deviddev\BillingoApiV3Wrapper\BillingoApiV3WrapperServiceProvider --tag="config"`
23+
`php artisan vendor:publish --tag="billingo-config"`
2424

2525
**First set up your Billingo API V3 key in ./config/billingo-api-v3-wrapper.php config file.**
2626

0 commit comments

Comments
 (0)