vool/unamerican is a Laravel package for proper english for laravel.
It currently has 3 GitHub stars and 12 downloads on Packagist (latest version v1.0).
Install it with composer require vool/unamerican.
Discover more Laravel packages by vool
or browse all Laravel packages to compare alternatives.
Last updated

It seems that some American developers spell words incorrectly, this package fixes all that :)
You can install this package via composer:
composer require vool/unamerican
Then register the service provider :
// config/app.php
'providers' => [
...
Vool\Unamerican\UnamericanServiceProvider::class,
];
php artisan optimise