Backup Laravel app to Telegram automatically
Via Composer
$ composer require syntac/balaram
add these ENV vars to your ENV file
BACKUP_TARGET=storage,public
BACKUP_DATABASE=true
BACKUP_DATABSE_TYPE=MySql
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
TELEGRAM_BOT_USERNAME=
then add artisan command "backup:run" to your Console/Kernel.php set the variety of schedules you may assign to backup task.
Please see the changelog for more information on what has changed recently.
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email author email instead of using the issue tracker.
license. Please see the license file for more information.