Download the PHP package ramdank/filament-spatie-laravel-backup without Composer
On this page you can find all versions of the php package ramdank/filament-spatie-laravel-backup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ramdank/filament-spatie-laravel-backup
More information about ramdank/filament-spatie-laravel-backup
Files in ramdank/filament-spatie-laravel-backup
Package filament-spatie-laravel-backup
Short Description This plugin is built on top of Spatie's Laravel-backup package
License MIT
Homepage https://github.com/RamdanK/filament-spatie-laravel-backup
Informations about the package filament-spatie-laravel-backup
Filament Spatie Laravel Backup
This package provides a Filament page that you can create backup of your application. You'll find installation instructions and full documentation on spatie/laravel-backup.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
You can publish the lang file with:
Usage
This package will automatically register the Backups
. You'll be able to see it when you visit your Filament admin panel.
Customising the polling interval
You can customise the polling interval for the Backups
by publishing the configuration file and updating the polling.interval
value.
Customising the queue
You can customise the queue name for the Backups
by publishing the configuration file and updating the queue
value.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Shuvro Roy
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-spatie-laravel-backup with dependencies
calebporzio/sushi Version ^2.3|^2.4
filament/filament Version ^2.0
spatie/laravel-backup Version ^7.7|^8.0
spatie/laravel-package-tools Version ^1.11