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

Laravel 5 support #6

Description

@paceband

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions