如何在wamp 2.4中创建多个laravel项目(Windows 7 32位)

时间:2014-07-25 07:14:18

标签: php laravel windows-7 wamp

Laravel和PHP编程的新手。我已经在我的wamp上成功安装了Laravel 4框架。现在,我想将现有的Laravel项目(使用Apache配置并使用VC11编译)导入到我自己的本地wamp 2.4(PHP 5.4.16)中。所以,我的问题是

1. Is it possible for wamp to host 2 laravel projects on the same machine?
2. If yes to (1), then what would I need to configure this or is there a guide/tutorial on this?
3. If no to (1), would I need to reconfigure the original settings of the existing laravel project for it to work on my wamp?

2 个答案:

答案 0 :(得分:1)

不是使用WAMP的解决方案,所以如果这对您的设置至关重要,那么这个答案将无益,但另一种方法是使用vagrant。这使您可以运行与部署环境密切相关的开发环境,这样可以在部署时避免麻烦,以解决无法正常工作和支持多个站点的原因。

我相信laravel有自己的官方,易于使用的流浪文件homestead

答案 1 :(得分:0)

简单的答案是:Wamp在c:\ wamp \ www \中有一个www目录,所以你可以简单地创建两个项目,例如c:\ wamp \ www \ project1和c:\ wamp \ www \ project2和使用Composer导入项目。