Support the ongoing development of Laravel.io →
Installation Views

hi guys iam geting this error when i call my theme in laravel 5.3.what mint be the problem.

Whoops, looks like something went wrong. 1/1 FatalErrorException in 1438bcbade33a29cee3f242a6281cfd4 line 9: Class 'html' not found

in 1438bcbade33a29cee3f242a6281cfd4 line 9
Last updated 3 years 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.

© 2025 Laravel.io - All rights reserved.