Download the PHP package chiwex/nova-backup-tool without Composer
On this page you can find all versions of the php package chiwex/nova-backup-tool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chiwex/nova-backup-tool
More information about chiwex/nova-backup-tool
Files in chiwex/nova-backup-tool
Package nova-backup-tool
Short Description A Laravel Nova tool to backup your application.
License MIT
Homepage https://github.com/spatie/nova-backup-tool
Informations about the package nova-backup-tool
A Laravel Nova tool to backup your application
This Nova tool lets you:
- list all backups
- create a new backup
- download a backup
- delete a backup
Behind the scenes spatie/laravel-backup is used.
You can see the tool in action in this video on YouTube.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Requirements
Make sure you meet the requirements for installing spatie/laravel-backup.
Installation
First you must install spatie/laravel-backup into your Laravel app. The installation instructions are here. When successfull running php artisan backup:run
on the terminal should create a backup and php artisan backup:list
should return a list with an overview of all backup disks.
You can install the nova tool in to a Laravel app that uses Nova via composer:
Next up, you must register the tool with Nova. This is typically done in the tools
method of the NovaServiceProvider
.
Finally you should setup a queue. This tool doesn't care what kind of queue as long as you don't use the sync
driver.
Configuration
You can optionally publish the config file with:
This is the contents of the published config file:
Usage
Click on the "Backups" menu item in your Nova app to see the backup tool.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Postcardware
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium.
We publish all received postcards on our company website.
Credits
- Freek Van der Herten
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-backup-tool with dependencies
illuminate/support Version ^7.0|^8.0
laravel/nova Version ^3.0
nesbot/carbon Version ^2.31
spatie/laravel-backup Version ^6.0|^7.0