insert([ 'type' => 'config', 'key' => 'page_size', 'value' => '10' ]); DB::table('keys')->insert([ 'type' => 'config', 'key' => 'hp_fans', 'value' => '3' ]); } }