Philip Iezzi (Pipo)
Philip Iezzi (Pipo)
and for the ones that suffer from the same flaw, without destroying all `request_log` data, you may sanitize it like this: ```sql UPDATE `request_logs` SET `headers` = REGEXP_REPLACE(`headers`, 'Bearer:?\s*[^"]+', '********')...
> I'll implement this feature as a part of a full rewrite of the web UI. sounds great! Hopefully, we can also export/import reports in the future, so they can...
Hey @Sammyjo20 very much like this idea, this whole PR! So it would be flexible and we could keep using Spatie Laravel-Data DTOs, but just flavor them with your `DataTransferObject`...
about the naming: `dto()` would be a BC, was already used, but I quite like it. `return()` wouldn't be self-explanatory at all. Why not just stick with the original idea...
@jhm-ciberman see my #229, removed [league/pipeline](https://github.com/thephpleague/pipeline) dependency completely.
hey, there's still some tiny little hope! @lepikhinb just released [v0.5.0](https://github.com/lepikhinb/momentum-modal/releases/tag/v0.5.0) with Laravel 12 support some hours ago. Please keep it up!