johnnyfreeman / artisan-cli by johnnyfreeman

A global command line tool for Laravel's Artisan.
597
8
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-04-25 15:05:08
Package Statistics
Total Downloads: 597
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 8
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:*