hettiger/laravel-starter

A fresh Starting Point for Laravel Applications.

Downloads

31

Stars

3

Version

v0.0.2

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
hettiger

Author

hettiger