johnnyfreeman / artisan-cli
A global command line tool for Laravel's Artisan.
0.0.1
2013-12-27 21:40 UTC
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2026-03-08 09:52:50 UTC
README
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:*