junichi11 / cakephp-netbeans

CakePHP support in NetBeans
http://cakephp.org
71 stars 18 forks source link

cakephp 3 netbeans wrong folder structure #131

Closed ermorela closed 8 years ago

ermorela commented 8 years ago

Hi I'm trying to run my first project with cakephp, using Netbeans 8.0.2 on MAC, with MAMP 3.4, installed the org-netbeans-modules-php-cake3-0.0.7-dev-201408251540.nbm. Looking at the nice tutorial available at https://www.youtube.com/watch?v=BFqhOmVoM5M, even if based on 2.x version, the directory structure that my IDE creates is completely different. Files like core.phh and database.php (and much more files and folders) are missing. In project properties Frameworks/CakePhp there's a warning: Not found cake script file(cake.php). Looking for the right files in cakephp-3.1.1 folder just downloaded it seems completely different than cakephp-2.7.5. Some suggestions? Thanks in advance

junichi11 commented 8 years ago

What's the version number of CakePHP that you want to use?

org-netbeans-modules-php-cake3-0.0.7-dev-201408251540.nbm.

You are using the plugin for CakePHP 3.x (cakephp3-netbeans). This repository(cakephp-netbeans) is for CakePHP1.x or 2.x.

ermorela commented 8 years ago

Yes I'm using cakephp-3.1.1 Netbeans 8.0.2 doesn't allow to create projects with earlier versions

junichi11 commented 8 years ago

@ermorela

Netbeans 8.0.2 doesn't allow to create projects with earlier versions

Does it mean earlier versions of CakePHP3 (e.g. 3.0.x, 3.1.0)? If yes, you can set version number in composer.json. I'm not sure what you want to do yet. Please exactly write that.

junichi11 commented 8 years ago

If you have some issues for cakephp3-netbeans plugin, please submit them to the following: https://github.com/junichi11/cakephp3-netbeans/issues

Thanks.

ermorela commented 8 years ago

OK moved to the right place. What I'm trying to do is in the first post. Thanks