LaravelPackages.net
Acme Inc.
Toggle sidebar
vool/unamerican

Proper English for Laravel

12
3
v1.0
About vool/unamerican

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

Make Artisan great again

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
Comments