johnnyfreeman / artisan-cli by johnnyfreeman

A global command line tool for Laravel's Artisan.
610
9
3
Package Data
Maintainer Username: johnnyfreeman
Maintainer Contact: prsjohnny@gmail.com (Johnny Freeman)
Package Create Date: 2013-08-04
Package Last Update: 2015-07-28
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-11-14 15:07:50
Package Statistics
Total Downloads: 610
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 9
Total Watchers: 3
Total Forks: 2
Total Open Issues: 0

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 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:*