1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 13:10:24 +02:00

Add first, basic version of info command

This will hopefully help in debugging some problems.
This commit is contained in:
Franz Liedke
2016-03-20 23:12:20 +09:00
parent eef895c16f
commit 7e33690660
2 changed files with 60 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ class Server extends AbstractServer
$console->add($app->make('Flarum\Install\Console\InstallCommand'));
$console->add($app->make('Flarum\Update\Console\MigrateCommand'));
$console->add($app->make('Flarum\Debug\Console\InfoCommand'));
$console->add($app->make('Flarum\Console\Command\GenerateExtensionCommand'));
$console->add($app->make('Flarum\Console\Command\GenerateMigrationCommand'));