hettiger / laravel-starter by hettiger

A fresh Starting Point for Laravel Applications.
31
3
2
Package Data
Maintainer Username: hettiger
Package Create Date: 2014-07-22
Package Last Update: 2014-07-22
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:11:38
Package Statistics
Total Downloads: 31
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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