Skip to content

Instantly share code, notes, and snippets.

@webarthur
Last active October 12, 2015 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webarthur/400086fc6286682f47dc to your computer and use it in GitHub Desktop.
Save webarthur/400086fc6286682f47dc to your computer and use it in GitHub Desktop.
# add this to your composer.json :
"laravelcollective/html": "~5.0"
# then update composer:
composer update
# then add providers in config/app.php
'Collective\Html\HtmlServiceProvider',
# and finally add two aliases in the same file:
'Form' => 'Collective\Html\FormFacade',
'Html' => 'Collective\Html\HtmlFacade',
# http://laravelcollective.com/docs/5.1/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment