backup
backup copied to clipboard
An admin interface for managing backups
**Laravel-admin version: ** 1.8.14 **Laravel Framework: ** 8.80.0 **gives me error:** ``` TypeError In BackupDestinationStatusFactory.php line 11 : Argument 1 passed to Spatie\Backup\Tasks\Monitor\BackupDestinationStatusFactory::createForMonitorConfig() must be of the type array, null...
无法使用 BackupDestinationStatusFactory::createForMonitorConfig() must be of the type array, null given,
Argument 1 passed to Spatie\Backup\Tasks\Monitor\BackupDestinationStatusFactory::createForMonitorConfig() must be of the type array, null given, called
// This update will fix incompatibility in the changes made to laravel-backup config file Argument 1 passed to Spatie\Backup\Tasks\Monitor\BackupDestinationStatusFactory::createForMonitorConfig() must be of the type array, null given, called in .../vendor/laravel-admin-ext/backup/src/Backup.php...
在Backup.php的41行中 https://github.com/laravel-admin-extensions/backup/blob/3ca98a270d9a5378bc0d568c675b6c85206f1c50/src/Backup.php#L41 `extend`方法在`registerRoutes`之后执行,会导致下面的代码无法正常获取路由配置 https://github.com/z-song/laravel-admin/blob/301d46dc1bd8d7a7da964f223f7b6f982ea51a1b/src/Extension.php#L421 该问题可能在别的扩展中也有
PHP : 7.2.2 Laravel: 5.5.40 Laravel Admin: 1.5.x-dev **Description** I imported this extension just now.  But after clicking backup button, i face this issue 
encore/laravel-admin | ^1.7 laravel/framework | ^6.2 gives me error ``` Argument 1 passed to Spatie\Backup\Tasks\Monitor\BackupDestinationStatusFactory::createForMonitorConfig() must be of the type array, null given, called in C:\laragon\www\steklo-group\vendor\laravel-admin-ext\backup\src\Backup.php on line 15 ```...
https://github.com/laravel-admin-extensions/backup/blob/e01275bcca88b34bf31f60922e464b2d6b5b83a4/resources/views/index.blade.php#L120 Just replace $backup[1] to $backup['disk']
php7.1.3 laravel5.8 mysql5.6 the ajax request return 500 Internal Server Error when i click "backup" button.
Hi, I have updated the source to support the latest [laravel-backup](https://github.com/spatie/laravel-backup) (6.0). #12