-
released this
2026-04-29 12:14:12 +00:00 | 3 commits to master since this release- workkit:db:backup — mysqldump → xz → Crypt-encrypted snapshot
- workkit:db:restore — decrypt + decompress + import
- workkit:db:prune-backups — drop snapshots past retention window
Encryption uses Laravel's Crypt facade (APP_KEY-derived AES-256).
Backwards compatible: PlugNPrayCommand and the rest of the package
are unchanged. New config file (config/workkit.php) ships with
sensible defaults and is mergeConfigFrom'd by the service provider,
so existing installs don't need to publish it.Downloads