generator-genlaravel
v1.0.2
Published
A Yeoman generator for Laravel
Readme
GenLaravel
The Yeoman Generator for Laravel. Genlaravel takes you from scratching your head wondering where to start, all the way to running laravel in few minutes. I have configuration options that will help deploy and get started with laravel with ease.
- Downloading laravel
- Dowloading composer
- installing laravel using composer
- Configure Database Settings
How To Use
If you do not already have the Yeoman installed install it now, and might as well install me at the same time (NOTE: don't type the $):
$ npm install -g yo generator-genlaravelAnd run me:
$ yo genlaravelFollow my prompts inorder to install laravel with ease.

Todo
The features needed to be implemented are:
- Adding Builtin Vagrant Support
- Adding Laravel 4 Generators Scaffolding Support
