Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Laravel 5 support #6

Open
paceband opened this issue Aug 21, 2015 · 1 comment
Open

Laravel 5 support #6

paceband opened this issue Aug 21, 2015 · 1 comment

Comments

@paceband
Copy link

In order to make this package work with Laravel 5, I had to change one line in Html5InputsFacade.php

This line:
class Html5InputsFacade extends \Illuminate\Support\Facades\Form {
becomes:
class Html5InputsFacade extends \Collective\Html\FormFacade {

Everything works then!

Could you make a Laravel 5 version?

@hakluke
Copy link

hakluke commented Aug 26, 2015

This assumes you are using the laravel collective version of the Form Facade! I had to change it to \Illuminate\Html\FormFacade

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants