如何将Symfony Distribution作为Zip存档下载? [英] How do I Download the Symfony Distribution as Zip archive?

查看:148
本文介绍了如何将Symfony Distribution作为Zip存档下载?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从2小时后下载symfony,但是我找不到zip下载。
我不能在我的网络上使用作曲家,这就是为什么我想要一个zip。我已经花了很多时间到symfony网站的下载章节,但我找不到任何zip的lts版本。只有评估包可用zip。
我要疯了!

I am trying to download symfony since 2 hours, but I can't find a zip to download. I can't use composer on my network that's why I want a zip. I have gone a lot of time to the download chapter on the symfony web site but I can't find any zip of the lts version. Only the evaluation package is available in zip. I am going crazy!

推荐答案

请查看下面的链接

http://symfony.com/download?v=Symfony_Standard_Vendors_2.6.0.tgz

https://github.com/symfony/symfony-standard/archive/2.6.zip

注意:不要忘记更改版本

Note : Don't forget to change your version

对于最新的3.1.0版本链接

For Latest 3.1.0 Version Links

http://symfony.com/download?v=Symfony_Standard_Vendors_3.1.0.tgz

https://github.com/symfony/symfony-standard/archive/3.1.zip

以上链接我给出了2.6.0和3.1。 0版本,您可以更改合适的版本,我以为这个帮助你,快乐工作:) ...

Above links I have given 2.6.0 and 3.1.0 versions , You can change your suitable version , I thought this one help you , Happy Work :) ...

使用命令

php symfony new my_project_name 2.6.5

or

composer create-project symfony/framework-standard-edition my_project_name "2.6.5"

更多信息,请查看官方文档
http://symfony.com/doc/current/book/installation.html

More information please check official documentation http://symfony.com/doc/current/book/installation.html

这篇关于如何将Symfony Distribution作为Zip存档下载?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆