dash
0
Q:

Class 'Form' not found

'providers' => [
    // ...
    Collective\Html\HtmlServiceProvider::class,
    // ...
],

'aliases' => [
    // ...
   'Form' => Collective\Html\FormFacade::class,
   'Html' => Collective\Html\HtmlFacade::class,
    // ...
],
0
composer require "laravelcollective/html"
0

New to Communities?

Join the community