spatie / laravel-backup

A package to backup your Laravel app
https://spatie.be/docs/laravel-backup
MIT License
5.61k stars 758 forks source link

Composer require fails with Undefined array key "database_dump_filename_base" #1823

Closed agustinzamar closed 1 month ago

agustinzamar commented 1 month ago

Simply running composer require spatie/laravel-backup or composer update after changing the version from 8. to 9. will fail if the config/backup.php file is present.

image