Enhance Laravel 5 Elixir tasks.
- Linux or OS X
- PHP 5.4+
- Node 0.10.0+
- npm 2.0.0+
- Composer 1.0+
Add ~/.composer/vendor/bin/ to PATH environment variable first. Then can install the package by:
composer global require jaceju/craftsmanCreate a Laravel project first:
laravel new project-nameThen initialize the project:
craftsman init project-nameor:
cd project-name
craftsman initthen you can run gulp for development or gulp --production for build.
MIT