configs as $config) { Config::insert(['name' => $config]); } } /** * Reverse the migrations. * * @return void */ public function down() { Config::destroy($this->configs); } }