PHP code example of sheidin / fillable

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

    

sheidin / fillable example snippets


return [
    'models_directory' => env('MODELS_DIR', app_path('Models')),
    'ignore_columns' => ['id'],
];
bash
php artisan vendor:publish --tag="fillable"