Last active
October 12, 2015 00:14
-
-
Save webarthur/b68ed20db65b56566528 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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