I have the same version and same problem. I did everything told at https://laravelcollective.com/docs/5.3/html#installation
Does anyone has an answer?
[SOLVED]
I was trying to use HTML::style and HTML::script.
Instead of those I used URL::asset.
Example:
<script src="{{ URL::asset('assets/js/jquery-2.1.4.min.js') }}"></script> <link rel="stylesheet" href="{{ URL::asset('assets/css/bootstrap.min.css') }}" />Hope this should help.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community