Etch Laravel Boilerplate
Introduction
This is Etch's Laravel Boilerplate build.
It uses Composer for PHP Dependencies, Yarn for client side dependencies, Browserify for gluing the JS together and Sass for styling.
Documentation
Notes
The serve
script currently calls gulp && gulp watch
. This is less than ideal, but is a
workaround for this bug: https://github.com/laravel/elixir/issues/126 Once that is fixed, we should
be able to change the serve
script to gulp watch
, which is a lot nicer.