Thursday, January 31, 2019

Class FORM or HTML not found in Laravel

No comments
Hi Dear Friends,

In this post We would like to share My Good experience and Best solution For Class FORM or HTML not found in Laravel.

Class FORM or HTML not found in Laravel

run bellow command in your laravel 5.7 application


composer require laravelcollective/html
config/app.php

return [
    .....
    'providers' => [
     ....
     'Collective\Html\HtmlServiceProvider',
    ],
    'aliases' => [
     ....
  'Form' => 'Collective\Html\FormFacade',
  'HTML' => 'Collective\Html\HtmlFacade',
    ]

Try this it will help you and for more information click here: PHP Laravel 5 Class Form HTML not found Resolve Error.

Read :

I hope you like this Post, Please feel free to comment below, your Any Idea, suggestion and problems if you face - I am here to Resolve your Any problems.

We hope it can help you...

Related Keywords :


No comments :

Post a Comment