Version: 0.2.0 Beta
Laravel Dev Starter kit is a sample application for development use Bower and Grunt with Laravel
- Include Bower
- All packages in not public directory
- Packages install and update with bower
- Include Grunt
- Grunt watching the you static files for changes
- All style and js code is auto compilation, concatenation, and minfication
- Packages included:
- Backend (Composer)
- Frontend (Bower)
- PHP >= 5.4.0
- MCrypt PHP Extension
- Composer
- Node
- Bower
- Grunt
Composer
locally
curl -sS https://getcomposer.org/installer | php
or
php -r "readfile('https://getcomposer.org/installer');" | php
globally
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
Node
Ubuntu
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs
Bower
npm install -g bower
Grunt
npm install -g grunt-cli
php composer.phar install
or
composer install
Any questions, feel free to contact me