I'm new with Laravel 5 and I'm creating a new project, I've installed some dependencies using bower.
Right now I've added angular using:
bower install angular
And it created a folder named "bower_components" and inside a folder with all angularjs files.
My question is what is the right way to add angularjs to my public folder so I can use it on my project?