English 中文(简体)
与XAMPP[闭门]在窗户上安装假名
原标题:Installing symfony on windows with XAMPP [closed]

I m a LINuxuser and recent i go tovils OS, 在那里,我想要开始我的所有项目,这些项目都是在气温环境下建立的。 因此,我开始在窗户上安装XAMPP服务器。

Upgrade pear: pear upgrade pear
Install phing: pear install -a http://phing.info/pear/phing-current.tgz --alldeps
Install symfony: pear channel-discover pear.symfony-project.com
pear install symfony/symfony

途径变量=;g:xamppphpPEARsymfony;g:xamppmysqlin;g:xamppphp;g:xamppphpPEAR

这些是随后采取的步骤。 并且,在普通情况下,当对造假项目进行某种类型的指挥时,它说,“匿名不被视为内部或外部指挥、可操作的方案或批量档案”。 任何人都能够帮助我!

最佳回答

贵语种的版本是什么?

有了1.4,就可以确保在<代码>lib/vendor的夹中安装假名,然后产生你的项目。

查阅http://www.symfony-project.org/cc_4/en/03-Symfony-Installation” rel=“nofollow”文件

问题回答

rel=“nofollow”>Here是关于在XAMPP上安装Symfony光盘的详细文章。

http://www.softpedia.com/get/Internet/Servers/Server-Tools/XAMPP.shtml this is a xampp server installation link and this version is userfull to windows system and disable to linus system and this is a mysql connectivity together also.





相关问题
Configuartion for Pear DB Library

I am trying to connect to MYSQL database using the Pear DB library. IS there any settings i need to do if i want to work with Pear DB library? Thanks

What is Pear DB library?

I am a noob to PHP can anyone explain me whats Pear DB library with a practical use? Thanks

go-pear.bat file won t install PEAR at all

I just made a new install of WAMP on Windows 7 and I m trying to get PEAR to work. Things are going wrong from the very beginning. When I try to execute the go-pear.bat file, it shows me this. phar ...

Pear Excel Writer: trimming leading zeros - how to prevent?

I m using the Pear Excel Writer package to export a dataset to Excel from PHP. My problem is some of the data fields have leading zeros (such as a zip code), but these are being trimmed in Excel. I ...

magento extension installation

I want to install a Magento extension in WAMP, but not from the Magento connect system. How can I do this? I have the module (extension) code and I already installed the sample data in the Magento ...

Dealing with empty tags in pear xml_serializer

Im using PEAR XML Serializer to generate xml results from array inputs. I found out that empty array elements are encoded like this: <arraykey/>. I d rather prefer it this way <arraykey>&...

热门标签