vool / unamerican by vool

Proper English for Laravel
11
3
3
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: 2024-11-24 03:01:19
Package Statistics
Total Downloads: 11
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 3
Total Watchers: 3
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