Download the PHP package nhamtphat/laravel-backup-telegram-notifications without Composer
On this page you can find all versions of the php package nhamtphat/laravel-backup-telegram-notifications. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nhamtphat/laravel-backup-telegram-notifications
More information about nhamtphat/laravel-backup-telegram-notifications
Files in nhamtphat/laravel-backup-telegram-notifications
Package laravel-backup-telegram-notifications
Short Description Telegram notifications for spatie/laravel-backup
License MIT
Informations about the package laravel-backup-telegram-notifications
Laravel Backup Telegram Notifications
A wrapper for spatie/laravel-backup to send beautified Telegram notifications. This package is a fork of hotrush/laravel-backup-telegram-notifications.
✨ Features
- Beautified Notifications: Rich HTML-formatted Telegram messages with emojis and clear structure.
- Easy Integration: Seamlessly works with the existing Spatie Backup notification system.
- Customizable: Uses Blade views for notification templates, allowing for easy customization.
🚀 Installation
You can install the package via composer:
⚙️ Configuration
1. Configure Backup Notifications
In your config/backup.php file, update the notifications section to use the Telegram channel and this package's notification classes.
Alternatively, you can publish the package config file:
This will create a config/backup-telegram.php file where you can manage your Telegram settings. The package will automatically use these values as fallbacks if they are not defined in config/backup.php.
Don't forget to add TELEGRAM_BACKUP_BOT_TOKEN (or TELEGRAM_BOT_TOKEN) and TELEGRAM_BACKUP_CHAT_ID (or TELEGRAM_CHAT_ID) to your .env file.
🛠 Usage
Once configured, notifications will be sent automatically by the spatie/laravel-backup package whenever a backup event occurs.
📄 License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-backup-telegram-notifications with dependencies
laravel-notification-channels/telegram Version ^5.0 | ^6.0 | ^7.0
spatie/laravel-backup Version ^8.0 | ^9.0 | ^10.0