Support the ongoing development of Laravel.io →
posted 9 years ago
Forms

ran the following command from my project root folder:

sudo composer require illuminate/html

installation runs smoothly without error, after this I edited my \config\app.php file

  • updated my service provider list adding the following:

    Illuminate\Html\HtmlServiceProvider::class,

  • updated my aliases list adding the following:

    'Form' => Illuminate\Html\FormFacade::class, 'Html' => Illuminate\Html\HtmlFacade::class,

cannot see the installed project\vendor\laravel\framework\src\illuminate\html folder and when I run my index page I get the following error :

( ! ) Fatal error: Uncaught ReflectionException: Class log does not exist in /home/vagrant/*/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 738
( ! ) ReflectionException: Class log does not exist in /home/vagrant/*/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 738
Last updated 3 years ago.
0

Sign in to participate in this thread!

PHPverse

Your banner here too?

yegaigulo yegaigulo Joined 19 Feb 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.