vool/unamerican

Proper English for Laravel

Maintainers

Package info

github.com/vool/unamerican

pkg:composer/vool/unamerican

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 1

v1.0 2017-08-11 11:52 UTC

This package is not auto-updated.

Last update: 2026-03-07 02:24:26 UTC


README

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