laravel-admin-ext / backup
Backup extension for laravel-admin
Installs: 68 377
Dependents: 6
Suggesters: 0
Security: 0
Stars: 75
Watchers: 3
Forks: 40
Open Issues: 11
Requires
- php: >=7.0.0
- encore/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: 2024-11-04 21:46:04 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 laravel-admin-ext/backup -vvv
$ php artisan admin:import backup
Open http://your-host/admin/backup
.
License
Licensed under The MIT License (MIT).