mirror of
https://github.com/flarum/core.git
synced 2025-07-27 03:30:28 +02:00
info: Show installation path
This commit is contained in:
@@ -66,5 +66,6 @@ class InfoCommand extends AbstractCommand
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->info('Base URL: '.$this->config['url']);
|
$this->info('Base URL: '.$this->config['url']);
|
||||||
|
$this->info('Installation path: '.getcwd());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user