1. Instalasi Package dengan Composer. jalankan perintah berikut di terminal:
composer require "laravelcollective/html":"^5.3.0"
2. tambahkan Collective\Html\HtmlServiceProvider::class, di providers array buka file
config/app.php
:3. terakhir tambahkan dua class di bawah ini di aliases array di
config/app.php
:
'providers' => [
// ...
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
// ...
// ...
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
// ...
https://laravelcollective.com/docs/5.3/html