Added devmode built-in
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user