flamix / laravel-backup
Backup to telegram
Installs: 554
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/flamix/laravel-backup
Requires
- illuminate/support: >=8.0
This package is auto-updated.
Last update: 2025-09-12 18:13:30 UTC
README
This Git repository provides a solution for free backups of "pet projects." It automates the process of creating database dumps and delivers them to your Telegram account, offering a convenient and cost-free backup solution.
// Config php artisan vendor:publish --provider="Flamix\LaravelBackup\LaravelBackupProvider" --tag="config" // Add to scheduler: App\Console\Kernel $schedule->command('backup:database')->->dailyAt('19:02')->runInBackground();
Mannually run command
php artisan backup:database