mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-30 17:02:04 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -38,6 +38,9 @@ class V2boardInit extends Command | ||||
|      */ | ||||
|     public function handle() | ||||
|     { | ||||
|         \Artisan::call('key:generate'); | ||||
|         \Artisan::call('config:cache'); | ||||
|     	DB::connection()->getPdo(); | ||||
|     	$file = \File::get(base_path() . '/install.sql'); | ||||
|     	if (!$file) { | ||||
|     		abort(500, '数据库文件不存在'); | ||||
|   | ||||
| @@ -38,6 +38,8 @@ class V2boardUpdate extends Command | ||||
|      */ | ||||
|     public function handle() | ||||
|     { | ||||
|         \Artisan::call('config:cache'); | ||||
|     	DB::connection()->getPdo(); | ||||
|     	$file = \File::get(base_path() . '/update.sql'); | ||||
|     	if (!$file) { | ||||
|     		abort(500, '数据库文件不存在'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user