HTML and Form Builders for the Laravel Framework laravelcollective/html

HTML and Form Builders for the Laravel Framework


"require": {
  ------
  "laravelcollective/html": "~5.0"
----
},

First command install of laravelcollective

composer require "laravelcollective/html":"^5.2.0"

than change n file 

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

  ],

and also 

  'aliases' => [
    // ...
      'Form' => Collective\Html\FormFacade::class,
      'Html' => Collective\Html\HtmlFacade::class,
    // ...

  ],


Start coding of  html of  laravelcollective

1 comment:

  1. Admiring the time and effort you put into your blog and detailed information you offer!..
    residential builders risk insurance

    ReplyDelete

Note: only a member of this blog may post a comment.