Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/database/seeders/PropertyTableSeeder.php
Назад
<?php namespace Database\Seeders; use Illuminate\Database\Console\Seeds\WithoutModelEvents; use Illuminate\Database\Seeder; use App\Models\Property; class PropertyTableSeeder extends Seeder { /** * Run the database seeds. */ public function run(): void { $property = [ [ 'id' => 1, 'user_id' => 2, 'name' => '303 Longworth St. (Near Prudential Center)', 'slug' => str_slug('303 Longworth St'), 'address' => '303 Longworth St. (Near Prudential Center)', 'type' => 'townhome', 'country_id' => 231, 'state_id' => 3913, 'city_id' => 42628, 'zip_code' => '234000', 'purchase_date' => now(), 'value' => 200.00, 'purchase_term' => '6_month_lease', 'is_selected' => 1, ], ]; Property::insert($property); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка