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

https://github.com/freyskeyd/generator-laravel

Get the power of yeoman with laravel. Manage Grunt, Bower, Tests and many stuff like a boss.
https://github.com/freyskeyd/generator-laravel

Last synced: 4 months ago
JSON representation

Get the power of yeoman with laravel. Manage Grunt, Bower, Tests and many stuff like a boss.

Awesome Lists containing this project

README

          

### DEPRECATED

# THIS REPOSITORY NEED A NEW MAINTAINER

I don't use atom for a while... like 2years and i don't have time to maintain this repository.
If someone wants to be involved, just drop me an email.

# Generator-laravel
[![Build Status](https://secure.travis-ci.org/Freyskeyd/generator-laravel.png?branch=unstable)](https://travis-ci.org/Freyskeyd/generator-laravel)

A generator for laravel (with Yeoman).

## Getting started
- Make sure you have [yo](https://github.com/yeoman/yo) installed:
`npm install -g yo`
- Install the generator: `npm install -g generator-laravel`
- Run: `yo laravel`

- `yo laravel` => Starting point

### You can

- Install laravel in current folder or any folder
- You can define multiple database configuration with environment

### Known Issues

- Windows Err with composer [#1](https://github.com/Freyskeyd/generator-laravel/issues/1)

## Todo
- Many things...

## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)