johnnyfreeman/artisan-cli

A global command line tool for Laravel's Artisan.

Installs: 613

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/johnnyfreeman/artisan-cli

0.0.1 2013-12-27 21:40 UTC

This package is auto-updated.

Last update: 2025-10-08 08:56: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 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:*