Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/database/seeders/VendorsSeeder.php
Назад
<?php namespace Database\Seeders; use App\Models\Vendor; use DateTime; use Illuminate\Database\Console\Seeds\WithoutModelEvents; use Illuminate\Database\Seeder; class VendorsSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $categories = [ [ 'id' => 1, 'name' => 'RB FABRICATION', 'email' => 'rb_fabrication@yopmail.com', 'phone' => 'N/A', 'created_at' => new DateTime, 'updated_at' => new DateTime, ], [ 'id' => 2, 'name' => 'TOPMOST WORLD', 'email' => 'topmost_world@yopmail.com', 'phone' => 'N/A', 'created_at' => new DateTime, 'updated_at' => new DateTime, ], ]; Vendor::insert($categories); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка