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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community