简体   繁体   English

在CentOS上安装Laravel 5

[英]Installing Laravel 5 on CentOS

I'm trying to install larvel 5 on my vps(the os is centos) and when I run the command 我正在尝试在我的vps上安装larvel 5(操作系统是centos),并在运行命令时

  php composer.phar create-project laravel/laravel --prefer-dist 

I get this result 我得到这个结果

 Installing laravel/laravel (v5.0.22) - Installing laravel/laravel (v5.0.22) Loading from cache 

then it's stop ! 然后停止!

不知道为什么缓存失败,但是您是否尝试使用source而不是distr?

php composer.phar create-project laravel/laravel --prefer-source

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM