gpt4 book ai didi

Laravel 5.0 php artisan make :model ModelName auto creating migration class

转载 作者:行者123 更新时间:2023-12-02 18:44:15 27 4
gpt4 key购买 nike

Laravel 的命令:php artisan make:model 模型名称

使用模型名称自动创建迁移类。有没有办法可以将附加参数传递给 make:model 命令,以便它忽略创建迁移类?

最佳答案

你应该写这个命令:
php artisan make:model modelName --no-migration

Artisan CLI 为所有命令提供帮助消息。
例如,php artisan help make:model 显示 make:model 命令的可用 cli 参数列表。

更新 [2015]:
从 5.1 开始,不再自动创建迁移。您可以使用标志 --migration 来生成一个。

关于Laravel 5.0 php artisan make :model ModelName auto creating migration class,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28853628/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com