i have a problem when i'm creating with yo admin:model
Opened this issue · 2 comments
itoonx commented
pingyuanChen commented
@itoonx
when you want to create only one model, you have to provide model name,
like: yo admin:model movie
// movie is the model name
if omitted, it will create all the models in config/ directory.
itoonx commented
@pingyuanChen Thanks for reply
This is good!