Introduction
Installation
Structure
Layout
Hot
Layout Modes
LTR & RTL
Scss & Javascript
Credit & Resources
ChangeLog
CakePHP Docs - v1.0.0
Buy Now
Installation
1. Download the Package
Source:
Download the package from
ThemeForest
.
Format:
The package will be in a
.zip
file format.
2. Unzip the Package
Extract the contents of the downloaded
.zip
file to a directory on your computer.
3. Install composer
This would install all of the framework's required dependencies in the vendor folder.
Execute:
composer install
4. Run the project
Run the project locally. The development server is accessible at http://localhost:8765.
bin\cake server
5. Run the project different Port
If you wish to run the project locally on Different Port. The development server is accessible at http://localhost:5673.
bin\cake server -p 5673