PHP code example of danpalmieri / laravel-brazilian-portuguese

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

    

danpalmieri / laravel-brazilian-portuguese example snippets

shell
php artisan vendor:publish --tag=laravel-brazilian-portuguese

// Altere o arquivo config/app.php para:
'locale' => 'pt_BR',

// Altere o arquivo config/app.php para:
'timezone' => 'America/Sao_Paulo',