Yeoman generator
npm install -g yo generator-laravel5 bower
When ready, initiate the generator:
yo laravel5
Answer a few questions and you're ready to start working on your Favorite laravel 5 application. You can also setup your laravel application to use Angular JS.
I am hoping to get feature suggestions from people like you. Just create a new issue.
- Updated description on yeoman website
- Added suppot for Javascript Framework: Angular
- Defaulting
private
totrue
in both bower.json and package.json - Eliminated manual conflict resolution because the laravel installation is fresh and is not altered by the user yet
- Speed up generation process by installing bower globally when downloading the generator instead of during runtime
- Add laravel elixir bower functionality to elixir
- request to star the repository and submit feature requests at the end
- copy bower, copy package.json, editorconfig, jshint and jscs
- ask user for editorconfig, jshint and jscs
- fixed repository link
- updated to new base generator-generator
- fixed async race conditions
- code cleanup
- installing node and bower dependencies
MIT