user3301561
user3301561

Reputation:

How to integrate cakephp in eclipse IDE?

i AM New to cakephp framework.please tell me how to work with the cakephp in eclipse Ide.please give the right instructions.

Upvotes: 3

Views: 4588

Answers (1)

hizbul25
hizbul25

Reputation: 3849

Working in CakePHP you may use Netbeans 7.* or PhpStorm instead of eclipse. Thats IDE support you more than eclipse and have built in CakePHP feature.

If your IDE is not ready for PHP development , then goes through the way :

Open Eclipse and go to Help-> Software Updates-> Find and Install Select "Search for new features to install" and click "Next" Create a New Remote Site with the following details:

Name: PDT

URL: http://download.eclipse.org/tools/pdt/updates/release

Check the PDT box and click "Next" to start the installation

Hope it helps

In eclipse you may try with this CakePHP Plugin For Eclipse . I think it will help you.

Upvotes: 2

Related Questions