PHP code example of indralaksmana / modul-rlsprovinsi-satudata
1. Go to this page and download the library: Download indralaksmana/modul-rlsprovinsi-satudata 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/ */
indralaksmana / modul-rlsprovinsi-satudata example snippets
php
'providers' => array(
...
Satudata\Rlsprovinsi\RlsprovinsiServiceProvider::class,
Maatwebsite\Excel\ExcelServiceProvider::class,
),
php
'aliases' => [
...
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
...
],
bash
$ php artisan satudata:rlsprovinsi
$ php artisan vendor:publish --tag=views
$ php artisan vendor:publish --tag=migrations
$ php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider"
php
$this->call('MasterKotaSeeder');
$this->command->info('MasterKota table seeded!');
$this->call('MasterProvinsiSeeder');
$this->command->info('MasterProvinsi table seeded!');