Skip to content

Instantly share code, notes, and snippets.

View gabidavila's full-sized avatar
💁‍♀️
I try to solve all my problems with a single SQL query.

Gabriela Ferrara gabidavila

💁‍♀️
I try to solve all my problems with a single SQL query.
View GitHub Profile
$ curl -sS https://getcomposer.org/installer | php
$ npm install -g grunt-cli
$ npm install -g bower
$ composer create-project laravel/laravel --prefer-dist
{
"name": "laravelTutorial",
"version": "0.1.0",
"description": "This is a Laravel with Grunt, Bower, Foundation and Sass Tutorial made by @gabidavila: http://en.davila.blog.br",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
$ gem install compass
$ gem install sass
# --save-dev saves this plugins in package.json, so just keep them here :)
$ npm install grunt --save-dev
$ npm install grunt-contrib-concat --save-dev
$ npm install grunt-contrib-uglify --save-dev
$ npm install grunt-phpunit --save-dev
$ npm install grunt-contrib-compass --save-dev
$ npm install grunt-contrib-sass --save-dev
# OR a single command :O
{
"directory": "public/assets/vendor"
}
{
"name": "laravelTutorial"
}
$ bower install foundation -S