如何安装Laravel 5.0
我在启动和运行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文档以了解如何安装Laravel