Cake Php Install Windows

Active6 years, 10 months ago

Batteries Included - The things you need are built-in. Translations, database access, caching, validation, authentication, and much more are all built into one of the original PHP MVC frameworks. Clean MVC Conventions - Instead of having to plan where things go, CakePHP comes with a set of conventions to guide you in developing your application.

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 that say to include this line in the httpd.conf file;

In this tutorial we will guide you on how to Install CakePHP 3 Using Composer step by step. CakePHP uses Composer, a dependency management tool, as the officially supported method for installation. Mbstring extension and intl extension must be enabled to install CakePHP 3 on your machine. Next Install Composer. For windows users it's very easy just download installer file from composer site. How do I install CakePHP in Windows? Update Cancel. Ad by ManageEngine ADSolutions. Real-time AD logon/logoff auditing tool. 30 day free trial. Get complete visibility into logon activity. Track employee active time, idle time, and more. How do I install Spark on Windows?

<Directory /path/to/cake>

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.

Any advice?

Hp deskjet f4440 printer manual. Download the latest driver, firmware, and software for your HP Deskjet F4440 All-in-One Printer.This is HP's official website to download drivers free of cost for your HP Computing and Printing products for Windows and Mac operating system.

Thanks

GeoSQLGeoSQL

3 Answers

May be useful for you to develop CakePHP under Windows, you can also use IIS7 with URL ReWrite Module. Download via Windows Web Platform Installer and read this Installing CakePHP on IIS7.

Or install WAMP/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 '.yourapachewebroot' related to your installation directory (mine is 'C:wampwww', and my wamp is under 'C:wamp'). Let's say your project name 'asd123', then you should simply put asd123 directory to '.yourapachewebrootasd123' (on my computer it should be 'C:wampwwwasd123').

In httpd.conf write that line:

(mine is <Directory 'c:/wamp/www/asd123/>)

j0k
20.7k14 gold badges69 silver badges79 bronze badges

Cakephp Install Windows

ozanmuyesozanmuyes

it's really simple and dont need to follow their instructions.

  1. extract cakephp to something like c:/htdocs/web/mysiteso it looks like

    mysite/app

    mysite/cake

  2. done. provided you set apache document root to c:/htdocs/web/you can visit your site at http://localhost/mysite

to be fancier:

  1. in httpd-vhosts.conf, add

    < VirtualHost *:80>

    ServerName mysite.local

    DocumentRoot C:/htdocs/web/mysite

    < /VirtualHost>

  2. in c:windowssystem32driversetchosts, add

    127.0.0.1 mysite.local

  3. restart apache

  4. done. visit site at http://mysite.local

this is all based on the assumption that your apache/php/mysql is configged correctly.

Funky DudeFunky Dude
3,1192 gold badges19 silver badges31 bronze badges

Turns out i had both

and

in my conf file and it was causing the error. I commented out the first one, moved a css file and I was in business.

Install Php Windows Command Line

GeoSQLGeoSQL

Php Install Windows Xp

Not the answer you're looking for? Browse other questions tagged apachecakephp or ask your own question.

Unlock the full course today

Join today to access over 13,000 courses taught by industry experts or purchase this course individually.

Install Cakephp Windows Iis

  • Course details

    CakePHP is a registered trademark of Cake Software Foundation, Inc. Cake Software Foundation, Inc. is not affiliated with Lynda.com, nor does it endorse, sponsor, or otherwise support Lynda.com services.
    CakePHP is a critical framework for PHP developers. It helps them build complex web applications faster and more efficiently. If you want to use CakePHP 3 (the latest version of the framework) in your own development workflow, this is the place to start.
    Justin Yost provides an overview of the underlying MVC pattern in CakePHP, and the installation and configuration process for Mac and Windows. He shows how to use the CakePHP shell to build your first basic CakePHP app, and then discusses each application element in depth: controllers, models, views, components, behaviors, helpers, and utilities. At each step, he discusses the relevant new features and enhancements in CakePHP 3, including new components; performance, session management, and ORM improvements; and localization.
    In later chapters, the course gets a little more advanced. Watch these tutorials to learn how to send email with CakePHP, extend CakePHP with plugins, and write unit tests to identify and eliminate bugs in your code. Justin also shows how to add security to your CakePHP apps with a basic user authentication system.

    Skills covered in this course

    Related courses

  • Welcome

    - [Voiceover] Let's install and use a CakePHP plugin now. We have a feature that we've been slowly developing in our application for the ability to export bookmarks. We can finish this feature off using a plugin provided from Friends of CakePHP. Open up your terminal application in the root of your project and using our installation of Composer we are going to install the plugin using the command composer require friendsofcake /cakephp - csvview :~2.0 and execute this command. This will install the plugin into our vendor directory in this project, as well as updating the auto-loader to recognize the plugin and know where to find the files when needed. Before we move on, let's first clear our terminal and then restart the CakePHP server with bin/cake server. Next, we need to update our bootstrap file to load the plugin when CakePHP is started. Swap over to your code editor, and open up config, bootstrap.php. This is a file that, in essence, bootstraps the basic CakePHP framework around…

  • Practice while you learn with exercise files

    Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
    Download the exercise files for this course. Get started with a free trial today.
  • Download courses and learn on the go

    Watch courses on your mobile device without an internet connection. Download courses using your iOS or Android LinkedIn Learning app.

    Download on the App StoreGet it on Google Play
    Watch this course anytime, anywhere. Get started with a free trial today.

Windows Php Download

Course Contents

Cakephp Install Windows