芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/database/factories/CustomerFactory.php
subMonths(rand(12, 25)); return [ 'nice_name' => $this->faker->lastName, 'name' => $this->faker->name, 'email' => $this->faker->email, 'password' => bcrypt('123456'), 'dob' => $this->faker->date, 'sex' => $this->faker->randomElement(['app.male', 'app.female', 'app.other']), 'description' => $this->faker->text(200), 'active' => 1, 'remember_token' => Str::random(10), 'verification_token' => null, 'created_at' => $time, 'updated_at' => $time, ]; } }