3x1io/backup-module

Backup module for VILT Stack build with spatie laravel-backup

Installs: 100

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:laravel-module

v1.0.1 2022-12-20 15:48 UTC

This package is auto-updated.

Last update: 2024-04-20 18:49:05 UTC


README

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.