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: 2024-11-08 07:13:05 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
php
before everyartisan
command - You want to call
artisan
commands from within your Laravel project's subdirectories
Installation
The recommended way to install Artisan CLI is through composer:
composer global require johnnyfreeman/artisan-cli:*