PHP code example of tassianoalencar / laravel-nova-ptbr-localization

1. Go to this page and download the library: Download tassianoalencar/laravel-nova-ptbr-localization 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/ */

    

tassianoalencar / laravel-nova-ptbr-localization example snippets


   'locale' => 'pt-BR',
   

   'timezone' => 'America/Sao_Paulo',
   
sh
   php artisan vendor:publish --tag=laravel-nova-ptbr-localization