How to run cakephp project in xampp?
Answer / Pranav Kumar
To run a CakePHP project on XAMPP, you need to: (1) extract the downloaded CakePHP archive into a directory within the XAMPP htdocs folder, (2) start the Apache and MySQL services in XAMPP control panel, (3) access your CakePHP application by opening the URL localhost/[your_project_folder_name] in a web browser.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is helper in cakephp?
How can you include a javascript menu throughout the site. Give steps.
What is composer? How to create a cakephp project using composer?
What is the use of cakephp?
How to install cakephp?
What are sessions in php. How to read, write and delete session in cakephp?
How we can call a model from view in cakephp?
Why cakephp have two vendor folder?what is the difference between two vendors folder available in cakephp?
How can we use ajax in cakephp?
What are the key features of cakephp? explain
What is cakephp request cycle?
What is default function and default controller of cakephp which is called automatically?