An open API service indexing awesome lists of open source software.

https://github.com/hettiger/laravel-starter

A fresh Starting Point for Laravel Applications.
https://github.com/hettiger/laravel-starter

Last synced: about 1 year ago
JSON representation

A fresh Starting Point for Laravel Applications.

Awesome Lists containing this project

README

          

laravel-starter
===============

A fresh Starting Point for Laravel Applications.

#### Installation

```bash
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

```bash
vendor/bin/codecept run
```