Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/database/seeders/PackageOptionSeeder.php
Назад
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; use App\Models\PackageOption; class PackageOptionSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $options = [ [ "option_name" => "Full planning features for a new book", "slug" => "full-planning-features-for-a-new-book", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Brainstorming Feature", "slug" => "brainstorming-feature", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Premise Feature", "slug" => "premise-feature", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Goals Calendar Feature", "slug" => "goals-calendar-feature", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Series Feature", "slug" => "series-feature", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Contact Support", "slug" => "contact-support", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Outline Feature", "slug" => "outline-feature", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Timeline Feature", "slug" => "timeline-feature", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Plot Planning Feature", "slug" => "plot-planning-feature", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Full 24/7 Support", "slug" => "full-24-7-support", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Priority Support", "slug" => "priority-support", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Mobile App", "slug" => "mobile-app", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Chat Feature", "slug" => "chat-feature", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], [ "option_name" => "Collaborator Feature", "slug" => "collaborator-feature", "created_at" => new \DateTime, "updated_at" => new \DateTime, ], ]; PackageOption::insert($options); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка