Looking to hire Laravel developers? Try LaraJobs

laravel-starter maintained by hettiger

Description
A fresh Starting Point for Laravel Applications.
Last update
2014/07/23 00:45 (dev-master)
License
Links
Downloads
31

Comments
comments powered by Disqus

laravel-starter

A fresh Starting Point for Laravel Applications.

Installation

composer create --dev --stability="dev" hettiger/laravel-starter new-project
cd new-project
php artisan ide-helper:generate
bower install
npm install

Taskrunner

Command Description
gulp Run all build tasks
gulp watch Watch the filesystem for changes and automatically rebuild the assets

Tests

vendor/bin/codecept run