Tutorial by Examples

Requirements The following setup guide is for cakephp 2.8 and above. All cakephp versions lower than 2.8 are not compatible with php 7 HTTP Server. For example: Apache. Having mod_rewrite is preferred, but by no means required. PHP 5.5.9 or greater (including PHP 7). mbstring PHP extension in...
After you’ve downloaded, these are the files and folders you should see: The bin folder holds the Cake console executables. The config folder holds the Configuration files CakePHP uses. Database connection details, bootstrapping, core configuration files and more should be stored here. The plug...
Initial Creation and Download (CakePHP 3.x) The easiest way to create a new CakePHP project is via Composer (if you don't know about composer look here for more info) Install Composer If you need to install it and are on a windows machine follow this guide If you are on Linux/Unix/OSX follow thi...
1-HTTP Server. For example: Apache. Having mod_rewrite is preferred, but by no means required. 2-PHP 5.5.9 or greater (including PHP 7) 3-mbstring PHP extens ion 4-intl PHP extension I usually make an apache and mysql installation on a linuxbox. I can use windows too, however I do not recommen...
Will talk about directory structure of CakePHP, what each folder means. CakePHP has some main folders app - It Contains our application source code, all our code lies under this directory. lib - This is the cakephp core liberary, it contains all the base cakephp library code. Editing code insid...

Page 1 of 1