I am new to laravel framework. I want to use jQuery in web application built using laravel framework.
But don\'t know how to link to jQuery library
you can use online library
or else download library and add css in css folder and jquery in js folder.both folder you keep in laravel public folder then you can link like below
or else
{{ HTML::style('css/style.css') }} {{ HTML::script('js/functions.js') }}