Claudio Dekker

Results 47 comments of Claudio Dekker

Posting for relevance / use-for-parts (copied from my WIP inertiajs implementation): ```php public function organizationIds(): array { $query = all(); } ``` I personally found `databaseId` fields to be more...

I also have a very WIP but functional Github Webhook implementation already. Let me know if you want it by the time you intend to work on this feature, as...

Posting for relevance / use-for-parts (copied from my WIP inertiajs implementation): ```php Http::fake([ 'https://api.github.com/graphql' => Http::response([ 'data' => [ 'user' => [ 'viewerIsSponsoring' => false, ], 'organization' => null, ],...

Hi, The error is correct, but doesn't make any sense, because this package doesn't _at all_ interact with `Illuminate\Http\Response`. Rather, it interacts with the `Illuminate\Foundation\Testing\TestResponse ` object [as a Macro](https://github.com/claudiodekker/inertia-laravel-testing/blob/8c8191b2b910ebdd4979911c9fbae60a188a85b4/src/InertiaTestingServiceProvider.php#L58)....

> im using php 8.0 , maybe thats why, on php 7.4 this issue is not an issue... That's still very strange, as we automatically run all of our tests...

@Landish Glad that this solved it for you! 👍 Just to give some extra context/clarity: The way you were using `has` in your 'before' example was actually always incorrect, so...

While I wouldn't mind adding a section about Package Development to the readme, since all that's really being done here is changing the configuration setting (which I'm assuming most Laravel...

@pedroborges I don't see any comments? 😅

Ridiculous, @WebKit.. Perhaps there's some Safari check we can do, to prevent handicapping Chrome, Edge, Firefox etc.? Even clicking a link/button/whatever [can easily be done in under 150ms](https://instant.page/), not even...

@dangerdan we're actively working on it :)