Composer没有安装laravel 4依赖项,但为其他插件工作


Composer not installing laravel 4 dependencies but working for other for eg twig

我最近尝试在我的新VPS上安装Laravel。我安装了灯组,也安装了composer。

我尝试在laravel目录中安装composer,但它总是卡住显示

Loading composer repositories with package information
Installing dependencies (including require-dev)

我等了将近30分钟,但没用。我在这一点上卡住了,我尝试在另一个文件夹中使用composer安装trick,效果很好。

我的VPS有Ubuntu 12.04 64位,256mb ram,PHP 5.3.10,apache2.2,git也安装了。

请让我知道的问题是什么

也许可以尝试通过Composer安装Laravel。

composer create-project laravel/laravel

这将完成你需要的一切,让一个新的Laravel项目在一行中启动并运行,我写这篇文章是关于Laravel 4的快速安装。

相关文章: