Added devmode built-in

This commit is contained in:
2021-12-30 00:55:30 +01:00
parent 5a1268aed6
commit 206ef1e259
3 changed files with 128 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ class SparkApplication extends Application
if ($this->environment) {
$this->environment->loadEnvironment();
$this->add(new Commands\DevCommand());
$this->add(new Commands\RunCommand());
$this->add(new Commands\ResourcesCommand());
$this->add(new Commands\ReplCommand());