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-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished.