moox/backup-server-ui

Filament UI for Spatie Laravel Backup Server.

1.0.0 2024-02-29 22:21 UTC

This package is auto-updated.

Last update: 2024-05-29 22:52:39 UTC


README

Moox BackupServerUi

Moox Backup Server UI

Filament UI for Spatie Laravel Backup Server. Needs a license key for the paid package from https://spatie.be.

Quick Installation

These two commmands are all you need to install the package:

composer require moox/backup-server-ui
php artisan mooxbackup-server-ui:install

Curious what the install command does? See manual installation below.

What it does

Filament UI for Spatie Laravel Backup Server. Create automated or make manual incremental backups. More information and screenshots will follow.

Manual Installation

Instead of using the install-command php artisan mooxbackup-server-ui:install you are able to install this package manually step by step:

// Publish and run the migrations:
php artisan vendor:publish --tag="backup-server-ui-migrations"
php artisan migrate

// Publish the config file with:
php artisan vendor:publish --tag="backup-server-ui-config"

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.