omitobi
omitobi
Instead of: ```php $action = fn() => $action; ``` Use: ```php $action = static fn() => $action; ``` > Does it even have any difference?
Handle case: ```php $result2 = Conditional::if(1 === 'Invocable') ->then(2) ->value(); // No value here or it returns null? ```
Enable easy usability on laravel, eg. using Façade, TypeHint, ?
[Token](https://www.rfc-editor.org/rfc/rfc7009) revoke controller has broken implementation. I checked the RevokeController and discovered missing imports. And another `AdvancedBearerTokenValidator` does not exist. This similar missing class is also repeated in IntrospectionController.
I am trying to pass session middleware for a simple oidc flow. However even though the documentation states that you can use middleware to store the session, I don't seem...
Test or benchmark the performance of current implementation against executing the functions immediately function is called. Also consider how to manage execution when there are many items in the execution...
- Includes Laravel passport version 12 This PR also closes #36