Easily connect with APIs and integrate Zuora with your Laravel application
Install via composer
composer require rob-lester-jr04/zuoravel
Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature.
Add service provider to config/app.php
in providers
section
Lester\Zuoravel\ServiceProvider::class,
**Note that this is optional and in most cases, the configuration here is not needed.
php artisan vendor:publish --provider="Lester\Zuoravel\ServiceProvider" --tag="config"