Custom yeoman generator for laravel4 application
Note: Clone this in your global node_modules (if you want it global).
git clone git://github.com/phatshambler/yeoman-generator-laravel.git
cd yeoman-generator-laravel
sudo npm link
yo laravel [project_hostname]
-
--skip-installSkips the automatic execution of
bowerandnpmafter scaffolding has finished.