/laravel-boilerplate

An opinionated Laravel Boilerplate

Primary LanguagePHP

Etch Laravel Boilerplate

Build Status Codacy Badge Codacy Badge Known Vulnerabilities

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.