I just installed an SSL cert onto my web server and I'm having some issues with my laravel setup.
I'm using
{{ HTML::style('css/style.css') }}
to include css and for js
{{ HTML::script('js/jquery.js') }}
Though when I load the page with https it seems to include the 2 with http instead of https.
Any idea why?