PHP code example of deogw / operator-indonesia
1. Go to this page and download the library: Download deogw/operator-indonesia 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/ */
deogw / operator-indonesia example snippets
php
'providers' => [
Deogw\OperatorIndonesia\OperatorIndonesiaServiceProvider::class
]
php
'aliases' => [
'OperatorIndonesia' => Deogw\OperatorIndonesia\OperatorIndonesiaFacade::class
]