摘要: 例子: 1 生成数据库迁移文件:生成 statuses 数据表 php artisan make:migration create_statuses_table --create="statuses" 2 创建模型:在 app/Models 生成 Status php artisan make:mo 阅读全文
posted @ 2019-02-09 20:58 一枚找不到名的程序猿 阅读(374) 评论(0) 推荐(0) 编辑