尝试运行时,php artisan migrate:make create_users_table
我在 Windows CMD 中得到以下输出:
{"error":{"type":"ErrorException","message":"require(C:\...\\localhost
\\sites\\makeitsnappy\\app\/filters.php): failed to open stream: No such file or
directory","file":"C:\\...\localhost\\sites\\makeitsnappy\\app\\start
\\global.php","line":83}}
我正在运行 Windows 8。 Laravel 4 并安装了 Composer,也在composer update
项目文件夹中运行。发生同样的错误。
编辑:加载应用程序网页,我得到:
require(C:\.../localhost\sites\makeitsnappy\app/filters.php): failed to open stream: No such file or directory
此外,没有 filter.php 文件。
我该如何解决这个问题?