Reputation: 2586
I having issues with laravel 5.1 template. Following are the screenshot from the browser and code editor:
Following are the code I add to config\app.php
Providers:
Collective\Html\HtmlServiceProvider::class
aliases:
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class
And yet I cant render proper form. Thanks
Upvotes: 1
Views: 46