hettiger/laravel-starter

A fresh Starting Point for Laravel Applications.

v0.0.2 2014-07-22 22:45 UTC

This package is not auto-updated.

Last update: 2024-11-19 03:42:35 UTC


README

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

Tests

vendor/bin/codecept run