post表有这2个字段
填充20条数据,
执行 php artisan tinker 执行预览 factory(App\Post::class,20)->make(); 插入数据库 factory(App\Post::class,20)->create();