Skip to content

Can we return a Laravel Request object from the processed Form? #13

Description

@simonrjones

At present the Form class returns data as:

$formData['title']

In Laravel this would be:

$request->input('title')

Can we review this and make a Laravel request object available to retrieve data from?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions