Skip to content
Advertisement

Tag: laravel-backup

Laravel 5.5 autodiscovery not registering

I’m installing the spatielaravel-backup package. According to the instructions, I just need to composer require spatielaravel-backup and the package should be recognized and auto-installed. It looks like this is happening: 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

Advertisement