mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-06 13:34:50 +08:00
Add missing artisan calls in CLI installation
This commit is contained in:
parent
262d48e1f7
commit
748c275969
@ -22,6 +22,8 @@ class ExecuteInstallation extends Command
|
||||
$this->call('key:random');
|
||||
$this->call('salt:random');
|
||||
$this->call('migrate', ['--force' => true]);
|
||||
$this->call('jwt:secret', ['--no-interaction' => true]);
|
||||
$this->call('passport:keys', ['--no-interaction' => true]);
|
||||
|
||||
$siteUrl = url('/');
|
||||
if (ends_with($siteUrl, '/index.php')) {
|
||||
|
Loading…
Reference in New Issue
Block a user