Skip to content

Conversation

@DougSisk
Copy link
Contributor

Lumen doesn't have the vendor:publish command, so an error is thrown. Removing the boot method fixes this issue. Works perfectly otherwise!

To make it work, I just had to manually create the config/backup-manager.php, then added these two lines to my bootstrap/app.php:

$app->configure('backup-manager');
$app->register(BackupManager\Laravel\LumenServiceProvider::class);

@ShawnMcCool
Copy link

Hi, looks great =) Any chance you can add a bit to the README.md?

@DougSisk
Copy link
Contributor Author

Done 👍

@ShawnMcCool
Copy link

Thanks man!

ShawnMcCool pushed a commit that referenced this pull request Dec 24, 2015
Lumen Service Providers
@ShawnMcCool ShawnMcCool merged commit f58f955 into backup-manager:master Dec 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants