syntac / balaram
Backup Laravel app to Telegram automatically
v1.0
2019-10-31 23:59 UTC
Requires
- php: ^7.0
- illuminate/support: ~5
- longman/telegram-bot: ^0.60.0
- spatie/db-dumper: ^2.14
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-03-23 00:02:35 UTC
README
Backup Laravel app to Telegram automatically
Installation
Via Composer
$ composer require syntac/balaram
Usage
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.
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.