I'm installing the spatie\laravel-backup package. According to the instructions, I just need to composer require spatie\laravel-backup and the package should be recognized and auto-installed. It looks like this is happening:
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
Discovered Package: spatie/laravel-backup
But looking in /config/app.php there's no mention of backup anywhere in the providers, and the expected /config/backup.php configuration file isn't found.
Are there any additional commands I need to issue to complete the auto-discovery?