Quick Start
Setup the Light Able using Gulp workflow
Last updated
Setup the Light Able using Gulp workflow
Last updated
Before you begin, make sure you have the following installed on your machine:
Make sure to have the installed & running in your computer. If you already have installed composer on your computer, you can skip this step.
or Make sure to have the OR 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).
Please check CakePHP has a few system requirements:
A code editor of your choice (e.g., Visual Studio Code, Atom, Sublime Text)
Before running the application we need to build theme assets:
Open your project to vs code.
Start a command prompt window or terminal and change directory to CakePHP/
Install packages using one of following commands
This command will fetch all dependencies listed in /composer.json
and place them into/vendor
folder.
Run the project locally. The development server is accessible at .
If you wish to run the project locally on Different Port. The development server is accessible at .