Download the PHP package bangnokia/laravel-backup-telegram without Composer
On this page you can find all versions of the php package bangnokia/laravel-backup-telegram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bangnokia/laravel-backup-telegram
More information about bangnokia/laravel-backup-telegram
Files in bangnokia/laravel-backup-telegram
Package laravel-backup-telegram
Short Description Upload your backup file to telegram channel for spatie/laravel-backup
License MIT
Informations about the package laravel-backup-telegram
Laravel backup Telegram
This package requires spatie/laravel-backup to work, it supports for uploading the backup file to a telegram channel.
Because this package use Telegram API, the file size must be limited to 50MB. So if your database is big, this solution isn't for your business.
If the file size is bigger than 50MB, the package will split the file into multiple files, using the split
command.
Compatibility
This package supports Laravel 9, 10, 11 and 12.
Setup
Install this package
Edit your config/services.php
file, then add these lines. I tried to match config with the package Telegram notification channel
Usage
This package automatically add a event listener when a backup created successfully. So you just simply run php artisan backup:run
, your backup file will be uploaded to Telegram channel.
*If you don't use the email notification, please publish the backup.php
config file and change mail.to
value to an empty string, refer to this issue Does not work in Laravel 9
All versions of laravel-backup-telegram with dependencies
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
spatie/laravel-backup Version ^8.0|^9.0