/|              
             /  |              __  __ __    ___   ____  ______
           /    |             /  ]|  |  |  /  _] /    ||      |
         /      |            /  / |  |  | /  [_ |  o  ||      |
       /        | Laravel   /  /  |  _  ||    _]|     ||_|  |_|
     /        __|_______   /   \_ |  |  ||   [_ |  _  |  |  |
   /                  /    \     ||  |  ||     ||  |  |  |  |
 /___________       /       \____||__|__||_____||__|__|__|__|
       |          /         / ___/|  |  |  /  _]  /  _]      |
      _|        /          (   \_ |  |  | /  [_  /  [_|      |
    /  |      /             \__  ||  _  ||    _]|    _]_|  |_|
    \ _| _  / _ _           /  \ ||  |  ||   [_ |   [_  |  |
       |  /      _\/        \    ||  |  ||     ||     | |  |
       |/                    \___||__|__||_____||_____| |__|

GitHub license GitHub forks GitHub stars Percentage of issues still open js-standard-style Build Status

A list of commands and features for Laravel Spark.

Install

Clone this repo and install all Node.js packages, and configure Semantic-ui for the project.

# install dependencies
./scripts.sh install

Build

The build process will populate the public folder with javascript and css files.

# compile resources
gulp

Credits

This project was inspired by Laravel5 Cheatsheet