backup icon indicating copy to clipboard operation
backup copied to clipboard

fix compatibility with laravel-backup v6

Open theigwe opened this issue 5 years ago • 3 comments
trafficstars

// 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 on line 15

// Last element called in the array passed to backup view does not exist- There's length inconsistency Facade\Ignition\Exceptions\ViewException Undefined offset: 3 (View: .../vendor/laravel-admin-ext/backup/resources/views/index.blade.php)

theigwe avatar Jan 07 '20 12:01 theigwe

I just found it easier to just update the config/backup.php file from "monitor_backups" to "monitorBackups"

PromiseMagoma avatar Mar 28 '20 02:03 PromiseMagoma

@PromiseMagoma i follow your instruction is not working.

dorkden avatar Aug 28 '20 10:08 dorkden

@PromiseMagoma Thanks, it works as expected!!

@dorkden Maybe you should pay attention to letter case

keoy7am avatar Apr 27 '21 11:04 keoy7am