-
At the moment, the package only supports redacting models one-by-one. This requires fetching each model from the database and then running the reactor against them. This won't be very performant for l…
-
Php : 7.4
Lumen : 8.0
When try to add lumen-passport-mongodb in lumen project via composer than error shown as below
`kayrules/lumen-passport-mongodb 0.4.0 requires illuminate/database ~5.3|~5.4 …
-
Hi Yoeri!
First of all, amazing package, works perfectly!
I had a small question; Why are you using your own logged_at, instead of the available timestamps? And whist using the logged_at, maybe …
-
**What is the current behavior?**
React uses add/remove to manipulate DOM. But when iframe is removed from DOM it looses its context (see https://github.com/whatwg/dom/issues/891).
TinyMce doesn'…
-
Why cant we add image into the cart?
-
- Laravel-mongodb Version: 3.8
- PHP Version: 7.4
### Description:
Can't change created_at and updated_at fields
### Steps to reproduce
`Model::create(['name' =>' something', 'created_at' =…
-
We should implement some kind of automatic garbage collection for the `throttles`, `password_resets`, and `verifications` tables. This could be similar to the way session gc works, so that records ar…
-
### Bug description
When you're publishing an entry and set the publish date/time to Now, the UI shows the time in the user's timezone, for example Pacific time, however, in the Statamic API, it sh…
-
Hi Kris,
I have found that when adding a multi-checkbox 'choice' to a Form class it fails to bind when there are multiple values. Only plain string data parses out correctly.
for example, I have…
-
Original Issue: https://github.com/laravel/framework/issues/12238
---
This might be related to #5578, but if I have a model that uses `$casts`, then the `firstOrCreate()` always creates a new in…