Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T01:40:07.000Z (about 4 years ago)
- Last Synced: 2024-07-07T03:04:25.411Z (4 months ago)
- Topics: backup, laravel, laravel-admin
- Language: PHP
- Homepage: http://laravel-admin.org/
- Size: 16.6 KB
- Stars: 75
- Watchers: 3
- 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
========================[![Packagist](https://img.shields.io/packagist/l/laravel-admin-ext/backup.svg?maxAge=2592000)](https://packagist.org/packages/laravel-admin-ext/backup)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-admin-ext/backup.svg?style=flat-square)](https://packagist.org/packages/laravel-admin-ext/backup)An admin interface for managing backups, inspired by https://github.com/laravel-backpack/backupmanager.
## Screenshot
![wx20170809-165225](https://user-images.githubusercontent.com/1479100/29113257-25a9904e-7d23-11e7-95e0-e85d37f79fdd.png)
## 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).