我从github下载了一个例子
https://github.com/azat/blog
我试图在我的localhost中实现这个不起作用的例子。它显示像bootstratp和autoload错误的错误。 它显示以下错误。
( ! ) Warning: require_once(D:\wamp\www\blog-master\web/../app/bootstrap.php.
cache)[<a href='function.require-once'>function.require-once</a>]:
failed to open stream: No such file or directory in D:\wamp\www\
blog-master\web\app.php on line 3
Call Stack
# Time Memory Function Location
1 0.0009 368824 {main}( ) ..\app.php:0
( ! ) Fatal error: require_once() [<a href='function.require'>function.require</a>]:
Failed opening required 'D:\wamp\www\blog-master\web/../app/bootstrap.php.cache'
(include_path='.;C:\php\pear') in D:\wamp\www\blog-master\web\app.php on line 3
Call Stack
# Time Memory Function Location
1 0.0009 368824 {main}( ) ..\app.php:0
请告诉我如何在本地主机中配置
答案 0 :(得分:0)
我想你忘记了php bin/build.sh
此脚本将生成bootstrap.cache(bin/build_bootstrap.php
)并清理项目文件夹。
另外,要小心子模块! :)(在build.sh
运行git submodule update --init --recursive
之前)