PHP code example of konnco / laravel-inadiv

1. Go to this page and download the library: Download konnco/laravel-inadiv 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/ */

    

konnco / laravel-inadiv example snippets


use Konnco\Inadiv\Models\Province as BaseProvinceModel;

class Province extends BaseProvinceModel {
    public function yourCustomFunctionHere() {

    }
}
bash
php artisan migrate