Create-project command to compose with zend-expressive-skeleton

Hello,
I discover PHPStorm and I try to create a new project Composer via zend-expressive-skeleton (https://github.com/zendframework/zend-expressive-skeleton ) but I have a problem because in zend expressive when we create a project we have to choose: the template, the router and the container injection or in phpstorm I do not have access to the interaction with Composer.
Do you have any idea how to solve my problem?
thanks in advance
cordially

0

I would suggest to simply run 

composer create-project zendframework/zend-expressive-skeleton <project-path>

in terminal and after you're done - open the resulting directory in PhpStorm via File > Open.

1
Avatar
Permanently deleted user

Thank you for your answer, that's what I was doing for now but I thought maybe we could do this directly in PHPStorm. Maybe in a future version an interaction with a terminal will be possible when creating a new project.

0

请先登录再写评论。