PHP code example of rahmasa / fill-record

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

    

rahmasa / fill-record example snippets


composer 

use Rahmasa\FillRecord\FillRecord;

class Branch extends Model
{
    use FillRecord;