hettiger / laravel-starter
A fresh Starting Point for Laravel Applications.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hettiger/laravel-starter
Requires
- laracasts/flash: 1.*
- laracasts/validation: 1.1.*
- laravel/framework: 4.2.*
Requires (Dev)
This package is not auto-updated.
Last update: 2025-10-07 08:14:20 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
Command | Description |
---|---|
gulp | Run all build tasks |
gulp watch | Watch the filesystem for changes and automatically rebuild the assets |
Tests
vendor/bin/codecept run