We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de27846 commit aebbaf7Copy full SHA for aebbaf7
src/Console/ApiCommand.php
@@ -24,6 +24,8 @@ protected function publishConfig()
24
$this->call('vendor:publish', [
25
'--provider' => 'Jason\Api\ApiServiceProvider',
26
]);
27
+
28
+ $this->call('migrate');
29
}
30
31
protected function initDirectory()
0 commit comments