An open API service indexing awesome lists of open source software.

https://github.com/vool/unamerican

Make Artisan great again
https://github.com/vool/unamerican

Last synced: 8 months ago
JSON representation

Make Artisan great again

Awesome Lists containing this project

README

          

![Make Artisan great again](hat.png)

# 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:

``` bash
composer require vool/unamerican
```

Then register the service provider :

```php
// config/app.php

'providers' => [
...
Vool\Unamerican\UnamericanServiceProvider::class,

];
```

## Usage

``` bash
php artisan optimise
```