vool / unamerican
Proper English for Laravel
v1.0
2017-08-11 11:52 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-05 04:57:09 UTC
README
Fixes typos in Laravel artisan commands
It seems that some American developers spell words incorrectly, this package fixes all that :)
Installation
You can install this package via composer:
composer require vool/unamerican
Then register the service provider :
// config/app.php 'providers' => [ ... Vool\Unamerican\UnamericanServiceProvider::class, ];
Usage
php artisan optimise
