Skip to content

Incompatible with Lumen 6 under PHP 7.2 #20

@natanaugusto

Description

@natanaugusto

I try to use the package with Lumen 6 and PHP 7.2 and this not work.

The request does not pass the values.

// I try
$this->json('POST', 'my-route', ['value1' => 1, 'value2' => 2]);

// And receive
$request->all() // []

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions