'home_description', 'value' => 'Home page description', 'type' => 'home', ], [ 'key' => 'home_main_image', 'value' => '/', 'type' => 'home', ], [ 'key' => 'about_us_title', 'value' => 'About Us', 'type' => 'about_us', ], [ 'key' => 'about_us_description', 'value' => 'about_us_description', 'type' => 'about_us', ], [ 'key' => 'contact_us_title', 'value' => 'Contact Us', 'type' => 'contact_us', ], [ 'key' => 'links', 'value' => "links", 'type' => 'setting', ], ]; foreach ($keys as $key) { Key::create($key); } } }