Getting Started
Setup Skote - CakePHP
Skote – CakePHP is a fully featured premium admin dashboard template built with Bootstrap 5.3.2 and CakePHP 4.4
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.
Installation:
To setup the admin theme, follow below-mentioned steps:
-
Install Prerequisites
Make sure to have all above prerequisites installed & running on your computer
After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory (skote_*/HTML/ ) of the project to run the project locally or build for production use:
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
composer install
composer update
Run the project locally. The development server is accessible at http://localhost:8765.
bin\cake server
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