Home

Awesome

Craftsman

Enhance Laravel 5 Elixir tasks.

Integration

Requirement

Installation

Add ~/.composer/vendor/bin/ to PATH environment variable first. Then can install the package by:

composer global require jaceju/craftsman

Usage

Create a Laravel project first:

laravel new project-name

Then initialize the project:

craftsman init project-name

or:

cd project-name
craftsman init

then you can run gulp for development or gulp --production for build.

Powered by

jaceju/clitool-boilerplate

License

MIT