Skip to content

Backup module for VILT Stack build with spatie laravel-backup

License

Notifications You must be signed in to change notification settings

3x1io/backup-module

Repository files navigation

VILT Stack Backup Module

Backup module for VILT Stack build with spatie laravel-backup

Install

composer require 3x1io/backup-module

Add Module to modules_statuses.json if not exists

{
    "Backup": true
}

if you are using bin on another path like on macOS brew use this on .env

DB_BINARY=/opt/homebrew/bin

and add this to config/database.php inside your database connection name

'dump' => [
    'dump_binary_path' => env('DB_BINARY'),
],
php artisan config:clear

Publish Assets

yarn
yarn build

Support

you can join our discord server to get support VILT Stack

Changelog

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

Credits

License

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

About

Backup module for VILT Stack build with spatie laravel-backup

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages