Lynh
Lynh
I want to change the both route prefix and paths, apply my middleware. And also, I want to add my own logic since I dont want to use fully qualified...
Yes, please. Giving developers more power to do whatever they want
Why do I need to check `isNullable` when I already know it by using `setNullable`? I want to get the correct param type not the `nullable` state.
> Why do you ask for the type if you already know that the answer is string? It's just an example to reproduce the bug > In large programs you...
`isNullable` doesn't return `true` in the case of `->setType('null|string')` but it does return true for `->setType('?string')`. If you take a look at this [Nette\Utils\Type::fromString](https://github.com/nette/utils/blob/81e3e6d3313f1ddb4dfbaee7fba4b230162f004d/src/Utils/Type.php#L71-L73) ```php public static function fromString(string $type):...
I also getting problems with shared props today. For example, `form.errors` when using `useForm` is not working because the `errors` prop returns in page props instead of `modal.props`
I'm little bit busy atm, maybe the end of Jan
Which laravel version are you using
It looks like `UploadedFile` from `symfony/http-foundation` 3 has 6 params while version 4 has 5. I will take more time to work on this
Thank you. However, if you refer to the original issue, I do not have control over how the data is being serialized. https://github.com/spiral/cycle-bridge/blob/e0bda2ca40c696ecd82de3d49fb32b40307bc63b/src/Auth/Token.php#L50