This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 232424

Summary: Composer Integration should work on any folder in the project, not only project root
Product: php Reporter: phpguru
Component: ComposerAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description phpguru 2013-07-09 08:49:01 UTC
I have the following project structure:

~/Sites/MyProject
---+ Databases
---|---~ database.mwb
---|---~ schema.sql
---+ Deploy
---|---+ Application
---|---+ htdocs
---|---|---+ css 
---|---|---+ js 
---|---|---~ .htaccess 
---|---|---~ index.php 
---|---+ Modules
---|---~ composer.json
---|---~ composer.lock
---|---~ composer.phar
---+ Designs
---|---~ layout.psd
---+ Logs
---|---~ access.log
---|---~ error.log
---+ nbproject

I would like the Composer flyout menu to exist when I click my Deploy folder.

The current implementation works, however it requires and pre-supposes composer integration at the project root. In my case above, as well as a variety of other project layouts, user should be able to click on any folder in a project and run composer init or composer update.