vool/unamerican

Proper English for Laravel

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/vool/unamerican

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

This package is not auto-updated.

Last update: 2025-10-18 00:33:22 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