gpt4 book ai didi

php - composer --create 命令在 laravel 4.2 中无法正常工作

转载 作者:行者123 更新时间:2023-11-29 00:05:36 25 4
gpt4 key购买 nike

我使用 laravel 4.2,当我使用 composer 命令创建数据库迁移文件时,它会生成迁移文件

Schema::table('authors', function(Blueprint $table)

代替

Schema::create('authors', function(Blueprint $table)

这是我的迁移命令

php artisan migrate:make create_authors_table --table authors --create

我已经尝试了 composer update 命令仍然不起作用,谁能帮我解决这个问题?

最佳答案

我认为这是正确的格式

php artisan migrate:make create_authors_table --create=authors

Laravel Documentation for creating migration

实际上我会推荐使用 way/generators用于创建模型、 Controller 和迁移,因为它提供了不同类型的生成器,非常方便。看看 git hub page

关于php - composer --create 命令在 laravel 4.2 中无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27598299/

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