Support the ongoing development of Laravel.io →
Installation Views
Last updated 1 year ago.
0

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?

0

[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.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

hnjogu hnjogu Joined 3 Oct 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.