0xDEFSER

Results 8 comments of 0xDEFSER

It would be sufficient if there is a working workaround at this moment.

@darwinsoftware Relying on volunteers to maintain every open source project isn't long term sustainable. Funding open source projects could keep development moving. Maybe offer a small reward for a sollution...

@lindyhopchris Thank you for the update regarding the development of this feature. We would love to be part of the Alpha testing of the Atomic Operations extension. Please let me...

@lindyhopchris Hello, is there a branch accessible for us to review the implementation? We're eager to contribute and collaborate towards getting this operational.

@matchish I now see that one of our configuration causes this issue to happen: final class AppServiceProvider extends ServiceProvider { public function boot(): void { Model::preventLazyLoading(!$this->app->isProduction()); **Model::preventAccessingMissingAttributes();** Model::preventSilentlyDiscardingAttributes(); } }...

I would advise against this PR because of the missing changes in .github/workflows/ci.yml Better option would be to fix and merge: https://github.com/renoki-co/laravel-eloquent-query-cache/pull/213