vool/unamerican

Proper English for Laravel

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

This package is not auto-updated.

Last update: 2024-11-01 19:46:03 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