|
@@ -38,6 +38,9 @@ class V2boardInit extends Command
|
|
*/
|
|
*/
|
|
public function handle()
|
|
public function handle()
|
|
{
|
|
{
|
|
|
|
+ \Artisan::call('key:generate');
|
|
|
|
+ \Artisan::call('config:cache');
|
|
|
|
+ DB::connection()->getPdo();
|
|
$file = \File::get(base_path() . '/install.sql');
|
|
$file = \File::get(base_path() . '/install.sql');
|
|
if (!$file) {
|
|
if (!$file) {
|
|
abort(500, '数据库文件不存在');
|
|
abort(500, '数据库文件不存在');
|