

GitHub - spatie/nova-backup-tool: A Laravel Nova tool to backup your app
source link: https://github.com/spatie/nova-backup-tool
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md
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.
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:create
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:
composer require spatie/nova-backup-tool
Next up, you must register the tool with Nova. This is typically done in the tools
method of the NovaServiceProvider
.
// in app/Providers/NovaServiceProvder.php // ... public function tools() { return [ // ... new \Spatie\BackupTool\BackupTool(), ); }
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.
Usage
Click on the "Backups" menu item in your Nova app to see the backup tool.
Testing
composer test
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, Samberstraat 69D, 2060 Antwerp, Belgium.
We publish all received postcards on our company website.
Credits
Support us
Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
Does your business depend on our contributions? Reach out and support us on Patreon. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.
License
The MIT License (MIT). Please see License File for more information.
Recommend
-
240
Log activity inside your Laravel app The spatie/laravel-activitylog package provides easy to use functions to log the activities of the users of your app. It can also automatically log model events. The Package stores all act...
-
199
-
168
THIS PACKAGE IS NOT MAINTAINED ANYMORE Alternatives: https://github.com/michaeldyrynda/laravel-efficient-uuid &
-
148
A set of useful Laravel collection macros This repository contains some useful collection macros. Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects
-
116
README.md View models in Laravel
-
131
README.md THIS PACKAGE IS IN DEVELOPMENT, DO NOT USE IN PRODUCTION YET Use custom html components in your Blade views
-
92
README.md A set of useful Laravel validation rules
-
86
README.md Make your Laravel app comply with the crazy EU cookie law
-
43
README.md Create a static site bundle from a Laravel app
-
8
Check the health of your Laravel app Using this package you can monitor the health of your application by registering checks. Here's an example where we'll monitor available disk space. // typically, in a service...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK