摘要: call(UserSeeder::class);// $this->call(QuestionTableSeeder::class); factory(\App\User::class, 3)->create()->each(function ($user) { $user->questions()->saveMany( ... 阅读全文
posted @ 2020-05-10 14:37 dzkjz 阅读(113) 评论(0) 推荐(0)
摘要: D:\laragon\www\laravel-qa>git branch * masterD:\laragon\www\laravel-qa>git checkout -b lesson-2 Switched to a new branch 'lesson-2'D:\laragon\www\laravel-qa>git statusOn branch lesson-2Changes not sta... 阅读全文
posted @ 2020-05-10 13:55 dzkjz 阅读(420) 评论(0) 推荐(0)