關於使用代码生成器快速构建骨架代码

file

安裝的插件都有安裝成功

但是 就是一直會跳出 the "--schema" option does not exists

也都有往前面的章節看, 應該沒漏掉任何配置才是

《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
《L03 构架 API 服务器》
你将学到如 RESTFul 设计风格、PostMan 的使用、OAuth 流程,JWT 概念及使用 和 API 开发相关的进阶知识。
讨论数量: 4

不好意思 兩橫的意思是?? 因為 我是直接複製教學的代碼
php artisan make:scaffold Reply - -schema="topic_id:integer:unsigned:default(0):index,user_id:integer:unsigned:default(0):index,content:text"

6年前 评论
pardon110

@jasonchrisdudu 明明有更好的方法,拿去复制如下

php artisan make:scaffold -s topic_id:integer:unsigned:default(0):index,user_id:integer:unsigned:default(0):index,content:text Reply
6年前 评论

我跟你一樣情況 The "--schema" option does not exist.

5年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!