johnnyfreeman/artisan-cli
A global command line tool for Laravel's Artisan.
613
9
| Install | |
|---|---|
composer require johnnyfreeman/artisan-cli |
|
| Latest Version: | 0.0.1 |
| PHP: | >=5.3 |
| License: | MIT |
| Last Updated: | Jul 28, 2015 |
| Links: | GitHub · Packagist |
Maintainer: johnnyfreeman
Artisan CLI
A global command line tool ( inspired by the Grunt CLI) for Laravel's Artisan.
Use this if...
- You don't want to type
phpbefore everyartisancommand - You want to call
artisancommands from within your Laravel project's subdirectories
Installation
The recommended way to install Artisan CLI is through composer:
composer global require johnnyfreeman/artisan-cli:*