Cakephp Installation In Windows

Posted : adminOn 6/2/2018

Installation¶ CakePHP is simple and easy to install. The minimum requirements are a web server and a copy of CakePHP, that’s it! While this chapter focuses primarily on setting up on Apache (because it’s simple to install and setup), CakePHP will run on a variety of web servers such as nginx, LightHTTPD, or Microsoft IIS. Join Justin Yost for an in-depth discussion in this video, Installation of CakePHP on Windows, part of Learning CakePHP 3. I'm trying to install CakePHP on my Windows XP machine running Apache 2.2. I have installed the Cake folder in my doc root. I've read the installation instructions.

Just download the cakephp from its website and extract the package into your server's directory. Check it by accessing the directory through the server.

I'm trying to install CakePHP on my Windows XP machine running Apache Kon-boot 2.3 (for Windows 7 8 8.1)(malestom) more. 2.2. I have installed the Cake folder in my doc root. I've read the installation instructions that say to include this line in the httpd.conf file; Does anyone know how to translate that into Windows? I currently have the following in my conf file: Whenever I uncomment this line it crashes Apache. I've tried switching the slashes to ' ' and I tried taking the slash off the end. May be useful for you to develop CakePHP under Windows, you can also use IIS7 with URL ReWrite Module.

Cakephp Installation In WindowsCakephp Install

Download via Windows Web Platform Installer and read this. Or install /XAMPP. They sets up all configuration stuff and you good to go after set up CakePHP a little. I mean database connection etc. After all put your CakePHP project to '. Your apache web root' related to your installation directory (mine is ' C: wamp www', and my wamp is under ' C: wamp').

Let's say your project name ' asd123', then you should simply put asd123 directory to '. Your apache web root asd123' (on my computer it should be ' C: wamp www asd123').

In httpd.conf write that line: (mine is ). It's really simple and dont need to follow their instructions. • extract cakephp to something like c:/htdocs/web/mysite so it looks like mysite/app mysite/cake • done. Provided you set apache document root to c:/htdocs/web/ you can visit your site at to be fancier: • in httpd-vhosts.conf, add ServerName mysite.local DocumentRoot C:/htdocs/web/mysite • in c: windows system32 drivers etc hosts, add 127.0.0.1 mysite.local • restart apache • done.