Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to create a cakephp project using composer?



How to create a cakephp project using composer?..

Answer / Bharat Mehrotra

"To create a CakePHP project using Composer, follow these steps:

1. Install Composer if you haven't already: https://getcomposer.org/download/
2. Open your terminal or command prompt and navigate to the directory where you want to create the new project.
3. Run the following command to create a new CakePHP project: `composer create-project cakephp/app my_project_name` (replace 'my_project_name' with your desired project name).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CakePHP Interview Questions

Why cakephp have two vendor folder?what is the difference between two vendors folder available in cakephp?

1 Answers  


How can you set custom page title for the static page?

1 Answers  


How can you make urls search engine friendly while using cakephp?

1 Answers  


What is a helper and list some common helpers name used in cakephp?

1 Answers  


How to include helpers in controller ?

1 Answers  


What is the first file that gets loaded when you run a application using cakephp?can you change that file?

1 Answers  


How to use pagination in cakephp?

1 Answers  


What is the name of cakephp database configuration file?

1 Answers  


What is mvc (model, view, and controller) in cakephp?

1 Answers  


How to pass multiple parameters to access into the view files?

1 Answers  


What is the use of $this->set();

1 Answers  


How to include components in controller ?

1 Answers  


Categories