port 1776 databox create to master

This commit is contained in:
aina-esokia
2018-03-01 17:41:08 +04:00
parent 71f6e5d964
commit 9226e5a478
18 changed files with 411 additions and 166 deletions

View File

@@ -75,7 +75,7 @@ $app->command(new PluginsReset());
$app->command(new EnablePlugin());
$app->command(new DisablePlugin());
$app->command(new CheckEnvironment('check:system'));
$app->command(new Install('system:install'));
$app->command(new Install('system:install', $app['phraseanet.structure-template']));
$app->command(new CrossDomainGenerator());
$app->command(new FixAutoincrements('system:fix-autoincrements'));