芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/database/seeders/VendorsSeeder.php
count(1) ->create([ 'shop_id' => $i + 1, 'email' => $email . '@demo.com', ]) ->each(function ($merchant) { $merchant->dashboard()->save(\App\Models\Dashboard::factory()->make()); $merchant->addresses()->save( \App\Models\Address::factory()->make([ 'address_title' => $merchant->name, 'address_type' => 'Primary' ]) ); }); } $this->call(ShopsSeeder::class); } }