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 228399 - Create new project wizard should support Composer
Summary: Create new project wizard should support Composer
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 07:52 UTC by Ondrej Brejla
Modified: 2014-11-07 13:29 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 Ondrej Brejla 2013-04-09 07:52:41 UTC
User selects packages from UI and project is created with these packages. Typical usage is creating sanboxes for some frameworks (package nette/sandbox, etc.).
Comment 1 gena01 2013-06-17 20:24:04 UTC
This should allow creation of projects through Composer (PHPStorm actually has a composer type Project).

Composer has an awesome feature of being able to create/generate sample projects based on parameters passed on the command-line. This would extend the starting base for projects created using NetBeans as well as create an extensible feature of being able to easily add new "projects" based on supported composer packages.


Some examples:

php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.0

composer create-project laravel/laravel

composer create-project silverstripe/installer ./my/website/folder
Comment 2 Tomas Mysik 2013-09-19 07:21:06 UTC
This is done as a new step in the New Project wizard, will be available after NB 7.4.

@gena01: Please, submit another enhancement for it, it is something different.

Thanks.