Added init command, improved plugin api
This commit is contained in:
@ -37,6 +37,7 @@ class SparkApplication extends Application
|
||||
$this->add(new Commands\RunCommand());
|
||||
$this->add(new Commands\ResourcesCommand());
|
||||
$this->add(new Commands\ReplCommand());
|
||||
$this->add(new Commands\InitCommand());
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user