Getting Started

Setup Velzon - CakePHP 4.4

Just few more steps to setup Velzon Cakephp in your system.

Velzon is built with Bootstrap v5.3.2 and CakePHP 4.4 with developer friendly code. You can simply change the layouts and mode using this template.

Prerequisites:

Please follow the below steps to install and setup all prerequisites:

  • System Requirements

    Please check CakePHP has a few system requirements: https://book.cakephp.org/4/en/installation.html

  • Server

    Make sure to have the Xampp OR Wamp installed & running in your computer. If you already have installed Xampp / Wamp server on your computer, you can skip this step. Note: Minimum PHP 7.4 or higher version. (8.2 supported).

  • Composer

    Make sure to have the Composer installed & running in your computer. If you already have installed composer on your computer, you can skip this step.

After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory (Velzon_*/CakePHP/Admin/default) of the project to run the project locally or build for production use:

Command Description
composer install This would install all the required packages in the vendor folder.
If you getting any error when running composer install command, don't worry please continue with : composer update
bin\cake server Run the project locally. The development server is accessible at http://localhost:8765/.
bin\cake server -p 5673 If you wish to run the project locally on Different Port. The development server is accessible at http://localhost:5673/.
© Velzon.
Design & Develop by Themesbrand