PHP code example of waltersilvacruz / laravel-b2bwave
1. Go to this page and download the library: Download waltersilvacruz/laravel-b2bwave library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
waltersilvacruz / laravel-b2bwave example snippets
$b2bwave = app('B2BWaveClient');
$options = [
'name' => 'John Doe'
];
$response = $b2bwave->customers()->search($array);
dd($response);
b2bwave.php
bash
php artisan vendor:publish --tag=b2bwave-config