Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/database/seeders/ColorsTableSeeder.php
Назад
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; use App\Models\Color; class ColorsTableSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $colors = [ [ "id" => 1, "color" => "Light Salmon Pink", "color_code" => "#FF9D9D", "foreground_color" => "#000000", "status" => 1, "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "id" => 2, "color" => "Raisin Black", "color_code" => "#201f27", "foreground_color" => "#ffffff", "status" => 1, "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "id" => 3, "color" => "Dark Sea Green", "color_code" => "#94cd85", "foreground_color" => "#f2f2f2", "status" => 1, "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "id" => 4, "color" => "Police Blue", "color_code" => "#225e66", "foreground_color" => "#ffffff", "status" => 1, "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "id" => 5, "color" => "Interdimensional Blue", "color_code" => "#571dd1", "foreground_color" => "#ffffff", "status" => 1, "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "id" => 6, "color" => "Granny Smith Apple", "color_code" => "#9adf99", "foreground_color" => "#f7f7f7", "status" => 1, "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "id" => 8, "color" => "Bright Gray", "color_code" => "#ededed", "foreground_color" => "#000000", "status" => 1, "created_at" => new \DateTime, "updated_at" => new \DateTime, ], ]; Color::insert($colors); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка