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

I was having the same issue. One thing I've noticed that after compose update the html folder appeared under *vendor\illuminate* but not in vendor\laravel\framework\src\Illuminate. Check that destination. Also you may want to check vendor\composer\autoload_classmap.php for newly created HtmlServiceProvider and related aliases. Hope that will help.

Last updated 9 years ago.
0

You named your alias

'Html'      => 'Illuminate\Html\HtmlFacade',

and are trying to access like

{{ HTML::style('/public/css/bootstrap.min.css') }}

either change your alias to HTML or change class call to Html::script()

0

This helped me a lot!

0

Sign in to participate in this thread!

Eventy

Your banner here too?

lonerunner lonerunner Joined 15 Jan 2015

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.