Skip to content

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

@simonrjones

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    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