What is composer? How to create a cakephp project using composer?
Answer Posted / Pradeep Kumar Rai
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. To create a new CakePHP project using Composer, follow these steps: n1. Install Composer globally on your machine.n2. Run `composer create-project -t cakephp3 [your_app_name]`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category