Файловый менеджер - Редактировать - /home/clickysoft/public_html/benchexc.clickysoft.net/database/seeders/CompanySeeder.php
Назад
<?php namespace Database\Seeders; use App\Models\Company; use Illuminate\Database\Seeder; class CompanySeeder extends Seeder { const DATA = [ [ 'user_id' => 2, 'company_name' => 'clickysoft', 'contact_person_name' => 'Abbas', 'phone_number' => '+1(832)847-6000', 'location' => '1423 Ashen Flock CT Katy TX, 77494', 'description' => 'We are a team of highly-skilled IT service professionals that make smart business solutions for you. We have served hundreds of clients since our inception and do not intend to stop here. With a clientele from diverse sectors, we have helped hundreds of organizations scale themselves with effective software, eCommerce, SaaS, and marketing strategies.', 'website_url' => 'https://clickysoft.com/', 'company_size' => '50+', 'linkedin_profile_url' => 'https://www.linkedin.com/company/clicky-soft', 'is_pseb' => true, 'is_pasha' => true ], [ 'user_id' => 3, 'company_name' => 'art', 'contact_person_name' => 'Waqas', 'phone_number' => '+92213-2782272-3', 'location' => ' first floor, Sea Breeze Plaza, 103 Shahrah-e-Faisal Rd, Karachi Cantonment Fowler Lines, Karachi, Karachi City, Sindh 75300', 'description' => 'a company with less than 15 employees to one of the most prominent digital agencies in Pakistan, ART sure has come a long way. Starting off with a handful of people and two rooms almost a decade and a half ago, all we had was the hunger to prove ourselves and the dream of becoming what we are today!', 'website_url' => 'https://al-rehman.com/', 'company_size' => '50+', 'linkedin_profile_url' => 'https://www.linkedin.com/company/al-rehman-technologies', 'is_pseb' => true, 'is_pasha' => true ] ]; /** * Run the database seeds. */ public function run() { foreach (self::DATA as $companyData) { Company::create($companyData); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка