johnnyfreeman/artisan-cli

A global command line tool for Laravel's Artisan.

0.0.1 2013-12-27 21:40 UTC

This package is auto-updated.

Last update: 2024-04-08 05:47:39 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 every artisan 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:*