芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/database/factories/GiftCardFactory.php
$this->faker->word, 'description' => $this->faker->text(1500), 'value' => $value, 'remaining_value' => $value - rand(0, $value), 'serial_number' => $this->faker->unique->randomNumber(), 'pin_code' => $this->faker->unique->randomNumber(), 'activation_time' => date('Y-m-d h:i a', strtotime($start.' months')), 'expiry_time' => date('Y-m-d h:i a', strtotime($end.' months')), 'partial_use' => $this->faker->boolean, 'exclude_offer_items' => $this->faker->boolean, 'exclude_tax_n_shipping' => $this->faker->boolean, 'created_at' => Carbon::Now()->subDays(rand(0, 15)), 'updated_at' => Carbon::Now()->subDays(rand(0, 15)), ]; } }