Skip to content

Instantly share code, notes, and snippets.

@webarthur
Last active October 12, 2015 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webarthur/b68ed20db65b56566528 to your computer and use it in GitHub Desktop.
Save webarthur/b68ed20db65b56566528 to your computer and use it in GitHub Desktop.
# system installation
sudo npm install -g bower
# laravel installation
bower init
# configure to laravel
# create .bowerrc file
# write:
{
"directory": "vendor/bower"
}
# install jquery
bower install jquery --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment