📜  PHP 工匠创建模型和播种器快捷方式 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:54.696000             🧑  作者: Mango

代码示例1
php artisan make:model MODEL_PATH\MODEL_NAME -ms
  
-m, --migration Create a new migration file for the model.
-s, --seeder Create a new seeder file for the model.