Skip to content

Instantly share code, notes, and snippets.

@mnabialek
Last active August 29, 2015 14:05
Show Gist options
  • Save mnabialek/d36470cf4fdd489476e8 to your computer and use it in GitHub Desktop.
Save mnabialek/d36470cf4fdd489476e8 to your computer and use it in GitHub Desktop.
How to add Bootstrap Sass into composer.json
"require": {
"laravel/framework": "4.2.*",
"twbs/bootstrap-sass": "3.2.*" // line to add Twitter Bootstrap Sass
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment