hettiger/laravel-starter

A fresh Starting Point for Laravel Applications.
31 3
Install
composer require hettiger/laravel-starter
Latest Version:v0.0.2
License:MIT
Last Updated:Jul 22, 2014
Links: GitHub  ·  Packagist
Maintainer: hettiger

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