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.
- Host: GitHub
- URL: https://github.com/freyskeyd/generator-laravel
- Owner: Freyskeyd
- License: mit
- Created: 2013-06-11T11:25:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T09:33:57.000Z (over 9 years ago)
- Last Synced: 2025-04-30T07:49:26.043Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://freyskeyd.github.io/
- Size: 77.1 KB
- Stars: 77
- Watchers: 8
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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)