Package Data | |
---|---|
Maintainer Username: | hettiger |
Package Create Date: | 2014-07-22 |
Package Last Update: | 2014-07-22 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:08:01 |
Package Statistics | |
---|---|
Total Downloads: | 31 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
A fresh Starting Point for Laravel Applications.
composer create --dev --stability="dev" hettiger/laravel-starter new-project
cd new-project
php artisan ide-helper:generate
bower install
npm install
| Command | Description | | ------- | ----------- | | gulp | Run all build tasks | | gulp watch | Watch the filesystem for changes and automatically rebuild the assets |
vendor/bin/codecept run