Database-only and database-plus-file-storage backups for Nuewire, powered by spatie/laravel-backup.
- Select any allowed Laravel filesystem disk as the backup destination.
- DB only uses Spatie's
backup:run --only-dbmode. - DB + File Storage (Full) includes the configured local storage paths.
- Backup archive list, download, delete, size, date, and backup-type detection.
- Process locking to prevent overlapping backup runs.
- Nuewire Platform navigation and optional ACL permissions.
- Optional audit records when
nuewire/logsis installed. - Indonesian and English UI.
composer require nuewire/backup
php artisan nuewire:backup:install
php artisan optimize:clearThe package requires the PHP ZIP extension and a database dump binary supported by Spatie for the configured database driver.
<livewire:nuewire-backup />When nuewire/platform 2 is installed, the page is registered under Plugin → Tools → Backup at /admin/plugin/backup.
php artisan nuewire:backup:run database --disk=local
php artisan nuewire:backup:run full --disk=s3See docs/PANDUAN.md for configuration, scheduling, destination security, and full-backup source semantics.