mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
8 lines
189 B
PHP
8 lines
189 B
PHP
<?php
|
|
|
|
use Artisan;
|
|
|
|
Artisan::call('jwt:secret', ['--no-interaction' => true]);
|
|
Artisan::call('migrate', ['--force' => true]);
|
|
Artisan::call('passport:keys', ['--no-interaction' => true]);
|