刚刚切换到项目工作并使用Way / Generators包命令创建新的迁移php artisan generate:migration
当我这样做时,我收到此错误:
[ErrorException]
file_put_contents(/path/to/site/laravel/database/migrations/2014_09_02_145128_create_templates_table.php): failed to open stream: No such file or directory
从路径上可以看出它失败的原因......它应该是/laravel/app/database/
。检查paths.php
文件,我发现没有任何变化。
到目前为止,我无法找到更改(不是git项目,因此没有日志)。
在Laravel配置中,这个路径错误发生在哪里?
答案 0 :(得分:1)
在Laravel 4.3(或dev-master)目录中,目录发生了巨大变化,迁移已移至该特定位置。检查你的作曲家json并拉“laravel / framework”:“4.2。*”。