3x1io/backup-module
Backup module for VILT Stack build with spatie laravel-backup
Maintainers
Package info
github.com/fadymondy/backup-module
Type:laravel-module
pkg:composer/3x1io/backup-module
Requires
- php: ^8.0
- 3x1io/filamentui-module: ^1.0
- calebporzio/sushi: ^2.3|^2.4
- queents/vilt: ^1.0
- spatie/laravel-backup: ^7.7|^8.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 5f1acc220258b8564cfd8b9baed4543822e890e0
- Fady Mondy <info.woop@3x1.io>
pagebasebackuplaravelresourceadmin panelspatievuejsviltvilt-adminVilt stackadmin oneineriajstailwind.css
This package is auto-updated.
Last update: 2026-06-20 23:33:41 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.
