https://github.com/laravel-admin-extensions/backup
An admin interface for managing backups
https://github.com/laravel-admin-extensions/backup
backup laravel laravel-admin
Last synced: 8 months ago
JSON representation
An admin interface for managing backups
- Host: GitHub
- URL: https://github.com/laravel-admin-extensions/backup
- Owner: laravel-admin-extensions
- License: mit
- Created: 2017-08-09T08:16:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T01:40:07.000Z (about 5 years ago)
- Last Synced: 2025-04-09T16:04:23.453Z (8 months ago)
- Topics: backup, laravel, laravel-admin
- Language: PHP
- Homepage: http://laravel-admin.org/
- Size: 16.6 KB
- Stars: 75
- Watchers: 2
- Forks: 41
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-admin - backup - 数据备份工具 (扩展包 / 工具类扩展包)
README
laravel-admin-ext/backup
========================
[](https://packagist.org/packages/laravel-admin-ext/backup)
[](https://packagist.org/packages/laravel-admin-ext/backup)
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](https://github.com/spatie/laravel-backup) and complete the configuration.
```
$ composer require laravel-admin-ext/backup -vvv
$ php artisan admin:import backup
```
Open `http://your-host/admin/backup`.
License
------------
Licensed under [The MIT License (MIT)](LICENSE).