PHP code example of jeanjar / laravel-from-brasil

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

    

jeanjar / laravel-from-brasil example snippets


use LaravelFromBrasil\Eloquent\Modelo;

class Cliente extends Modelo {
    
}