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 - Composer Integration should work on any folder in the project, not only project root
Summary: Composer Integration should work on any folder in the project, not only proje...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Composer (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-09 08:49 UTC by phpguru
Modified: 2013-07-09 08:49 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.