snowsoft / backup
Backup extension for laravel-admin
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 40
pkg:composer/snowsoft/backup
Requires
- php: >=7.0.0
- snowsoft/laravel-admin: >=1.5
- spatie/laravel-backup: >=5.0
Requires (Dev)
- laravel/laravel: ~5.5
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2025-09-21 17:14:37 UTC
README
An admin interface for managing backups, inspired by https://github.com/laravel-backpack/backupmanager.
Screenshot
Installation
Before installing this package, you must install laravel-backup and complete the configuration.
$ composer require snowsoft/backup -vvv
$ php artisan admin:import backup
Open http://your-host/admin/backup
.
License
Licensed under The MIT License (MIT).