简体   繁体   English

将Symfoy 2更新到更新版本

[英]Update Symfoy 2 to newer version

I'm using Symfony 2.0.9 to build a new web site. 我正在使用Symfony 2.0.9来构建一个新的网站。 Yesterday the newer version 2.0.10 went out and I need to update my local project (windows 7) to that version. 昨天新版本2.0.10发布了,我需要将我的本地项目(Windows 7)更新到该版本。 I saw that using linux the process of update is easy because you just need to run a command and everything works out of the box but in windows there is no written solution. 我看到使用linux更新的过程很简单,因为你只需要运行一个命令,一切都开箱即用,但在Windows中没有书面解决方案。 How should I update? 我该如何更新? Simply overwriting files? 只是覆盖文件?

As far as I know the same procedure that is valid for linux is valid for windows as well. 据我所知,对linux有效的相同程序对windows也有效。 The bin/vendors script (the one that updates vendor folders) is actually a PHP script, so you can run it under windows in the same way you run the app/console script. bin / vendors脚本(更新供应商文件夹的脚本)实际上是一个PHP脚本,因此您可以像运行app / console脚本一样在Windows下运行它。

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

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