vool / unamerican by vool

Proper English for Laravel
12
3
2
Package Data
Maintainer Username: vool
Maintainer Contact: keith@vool.ie (Keith)
Package Create Date: 2017-08-11
Package Last Update: 2017-08-11
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2025-07-29 15:02:13
Package Statistics
Total Downloads: 12
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 3
Total Watchers: 2
Total Forks: 0
Total Open Issues: 1

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