Skip to content

Allow extending the request similar to FormRequests in Tools #68

@nicobleiler

Description

@nicobleiler

It would be nice to be able to extend the request from the handle method in the Tools.

Something like this:

    ...
    public function handle(QueryRequest $request): Response
    {
        $validated = $request->validated();
        ...

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