Choraimy Kroonstuiver
Choraimy Kroonstuiver
What do you think the behaviour should be if the underlying geo api fails?
I think adding an interface for this goes against the "Laravel" way of doing things; it takes away the ability to dependency inject into the handle method. In my personal...
@cyrillkalita Hey there, first of all thanks for the PR, however I doubt it will be merged, all active members of this organization have left it (including me, and I...
@erikn69 @drbyte any updates on if/when this will be merged?
> @axlon why not update the migrations on Passport and add `scopes` column to the `oauth_clients` table by default? @hafezdivandari this is definitely possible and might even be preferable now...
This Pr seems kinda weird to me, why are we adding in support for just validatedinput if all we're doing is pull out the underlying array? I feel if this...
@Robertbaelde I am looking for similar functionality, wouldn't it be possible to do this without a breaking change if we created 2 new interfaces and deprecated the older ones (whilst...
@ondrejmirtes is this something you would consider adding to PHPStan? If something is missing or needs clarification please let me know, happy to look at it! PS I noticed 2...
I had to adjust a test that specifically tests this behavior, but I think the test was faulty to begin with. The test tested that the container would call a...
~This is indeed a problem, I see the `Application` class already has some logic in place to deal with this in `Application::make()` and `Application::resolve()`. This logic should probably be extended...