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
Please sign in to leave a comment.
I would suggest to simply run
in terminal and after you're done - open the resulting directory in PhpStorm via File > Open.
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.