11/08
2017
Wallogit.com
2017 © Pedro Peláez
Proper English for Laravel
, (*1)
It seems that some American developers spell words incorrectly, this package fixes all that :), (*2)
You can install this package via composer:, (*3)
``` bash composer require vool/unamerican, (*4)
Then register the service provider : ```php // config/app.php 'providers' => [ ... Vool\Unamerican\UnamericanServiceProvider::class, ];
bash
php artisan optimise, (*5)