I'm using Laravel 5.2 and I wanted to give my stylesheet an absolute path
<link rel="stylesheet" href="{{ URL::to('css/styles.css') }}">
the stylesheet can't be loaded . when i use href="{{ asset('css/styles.css') }}"
it works just fine but when i use the facade URL::to() it doesn't load .