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
- Host: GitHub
- URL: https://github.com/vool/unamerican
- Owner: vool
- Created: 2017-08-11T10:43:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T11:53:11.000Z (almost 9 years ago)
- Last Synced: 2025-08-15T21:52:25.603Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 66.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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