Scott Plunkett
Scott Plunkett
The `packages` config item in this Laravel package is the current way we list the packages to be registered with the `laravel-json-api` package. However, I am wanting to keep people...
Implement Asynchronous Processing as described in the [JSON:API Spec recommendation](https://jsonapi.org/recommendations/#asynchronous-processing). This exists in the outgoing version of this package but has not been implemented in this version.
# Description This PR adds the Discord OAuth provider in order to support authentication via Discord. # Tests I have tested the OAuth flow using Discord and all features worked...
it would be great for the built-in auth package to provide support for multi-tenancy, where an Actor exists for each tenant or is otherwise aware of its permissions in each...
I see the Postgres store is still under active development and is missing the “Aggregate version consistency validation” feature. Is there a reason this feature isn’t implemented (difficulty, time, etc.)?...
Sentry has released a few features, namely performance monitoring and metrics (beta), that would be a great addition in the Cloudflare Workers environment. Do you have any plans to bring...
Finish writing documentation so that the documentation site may be published.
Now that the PHP OpenTelemetry packages have reached a stable 1.0, we need to migrate to the latest stable versions and move off of the beta packages. As part of...
I think adopting the [Laravel 11.x Context](https://laravel.com/docs/11.x/context) for holding the trace ID would be beneficial, primarily for queued jobs.
This seems like a tool that could potentially auto scale Laravel Queue workers. Fly.io, more specifically @fideloper, [has written about auto-scaling Laravel queues on Fly.io](https://fly.io/laravel-bytes/autoscaled-queue-workers/) and [has done some work...