1 minute read
Redactable Models v1.0 adds fast mass redaction for Laravel
If you handle user data in Laravel, Ashley Allen just shipped Redactable Models v1.0 with a neat upgrade. The package now supports mass redaction, so you can wipe sensitive fields in bulk with a single SQL update. That means less memory use and way faster runs on big tables.
It plugs into Eloquent with simple interfaces, and you can set rules like “redact users older than 30 days.” v1.0 also updates support to Laravel 12, PHP 8.4, and PHPUnit 12.
I like tools that make privacy chores simple. If you need GDPR friendly cleanup without dropping rows, this is worth a look.
Read more on ashallendesign.co.uk →
Did you like this article? Then, keep learning:
- Fix common Laravel database errors related to transactions
- Discover fast, memory-efficient package management with Bun in Laravel
- Learn efficient database transactions management in Laravel
- Explore Laravel's latest major release and its new features
- Stay updated on the latest Laravel 12 features and upgrade tips
- Understand Laravel's versioning to manage compatibility and upgrades
- Enhance your Laravel apps with real-time monitoring using Laravel Pulse
- Master Laravel's query builder for advanced database queries
- Get best practices to secure your Laravel applications effectively
- Learn how to handle massive data operations efficiently in Laravel
0 comments