3x1io/backup-module
最新稳定版本:v1.0.1
Composer 安装命令:
composer require 3x1io/backup-module
包简介
Backup module for VILT Stack build with spatie laravel-backup
关键字:
README 文档
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.
统计信息
- 总下载量: 107
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-15