芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/database/factories/UserFactory.php
$this->faker->name(), 'company_name' => $this->faker->company(), 'contact_name' => $this->faker->name(), 'website' => $this->faker->url(), 'enable_portal' => true, 'email' => $this->faker->unique()->safeEmail(), 'phone' => $this->faker->phoneNumber(), 'role' => 'super admin', 'password' => Hash::make('secret'), 'currency_id' => Currency::first()->id, ]; } }