omitobi

Results 8 issues of omitobi

Instead of: ```php $action = fn() => $action; ``` Use: ```php $action = static fn() => $action; ``` > Does it even have any difference?

enhancement
question

Handle case: ```php $result2 = Conditional::if(1 === 'Invocable') ->then(2) ->value(); // No value here or it returns null? ```

enhancement
good first issue

Enable easy usability on laravel, eg. using Façade, TypeHint, ?

enhancement
question

[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...

documentation

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...

enhancement
good first issue
help wanted

- Includes Laravel passport version 12 This PR also closes #36