Commit b7073641 authored by Nicolas Widart's avatar Nicolas Widart

Publish required package configurations

parent 47e4f0ba
......@@ -78,6 +78,8 @@ class InstallCommand extends Command
$this->publishAssets();
$this->publishConfigurations();
$this->blockMessage(
'Success!',
'Platform ready! You can now login with your username and password at /backend'
......@@ -152,6 +154,13 @@ class InstallCommand extends Command
$this->info('Application migrated!');
}
private function publishConfigurations()
{
$this->call('publish:config', ['package' => 'dimsav/laravel-translatable']);
$this->call('publish:config', ['package' => 'mcamara/laravel-localization']);
$this->call('publish:config', ['package' => 'pingpong/modules']);
}
/**
* Symfony style block messages
* @param $title
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment