Skip to content

Changes to "route" parameter in Form::open in v6.1.1 #648

Closed
@rogermui

Description

@rogermui

With pull request #627, the way of passing multiple route parameters to Form::open changed under the guise of a bug fix from:
Form::open(['route' => ['route.name', 'id' => 1, 'foo' => 'bar']])
to:
Form::open(['route' => ['route.name', ['id' => 1, 'foo' => 'bar']]])

Can we maintain backwards compatibility?

@ChrisThompsonTLDR @mlantz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions