【发布时间】:2014-11-14 21:54:24
【问题描述】:
我无法启动和运行 Laravel 5.0 的测试实例,因此我可以协助完成此过渡。
1) 从https://github.com/laravel/laravel/tree/develop 新建应用程序在运行composer install 时会导致以下错误。
{"error":
{"type":"ErrorException",
"message":"Undefined index: timezone",
"file":"\/Projects\/indatus\/dispatcher-test-app\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/start.php",
"line":167}
}
{"error":
{"type":"ErrorException",
"message":"Undefined index: timezone",
"file":"\/Projects\/indatus\/dispatcher-test-app\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/start.php",
"line":167}}
我是不是完全错过了什么?
更新:这个问题/答案仅在 Laravel 5 处于开发阶段时才有意义。您现在应该参考 Laravel Documentation 了解如何安装 Laravel
【问题讨论】:
-
为什么不耐心使用稳定版本?
-
@AliGajani 我有一个包需要更新才能使用 L5
-
可以看看这个链接,可以帮助你从一开始就了解laravel的安装......tisuchi.com/laravel-5-series-episode-1-install-laravel-5
标签: php laravel composer-php laravel-5