GreenImp / laravel-foundation

NodeJS script for installing Laraval and Foundation as a package.
MIT License
0 stars 0 forks source link
grunt laravel nodejs zurb-foundation

Laravel and Foundation (libsass) installer

This a a Laravel and Foundation installer, which uses the SASS version of Foundation.

The original idea came from Gabriela D'Ávila, but has been greatly enhanced upon it and automatted the entire setup process.

Requirements

You'll need to have the following items installed before continuing.

Check the Laravel Server requirements for up-to-date information: http://laravel.com/docs/#server-requirements

Installing Mcrypt

Quickstart

If installed as a node module:

$ laravel-foundation site-name

If downloaded from git repo:

$ node /path/to/laravel-foundation site-name

While you're working on your project, run:

$ grunt

And you're set!