You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']]])