PHP code example of susutawar / laravel-bpjs-bridging
1. Go to this page and download the library: Download susutawar/laravel-bpjs-bridging 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/ */
susutawar / laravel-bpjs-bridging example snippets
use LaravelBpjsBridging\Facades\Antrean;
use LaravelBpjsBridging\Facades\Apotek;
$poli = Antrean::referensiPoli();
bash
php artisan vendor:publish --provider="LaravelBpjsBridging\Providers\BpjsBridgingServiceProvider"