-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error creating project from composer #47
Comments
What happens if you run |
I am using Win 11 with Wampserver 3.2.3 My php executable is in my system variables pointing to "C:\wamp64\bin\php\php7.4.9"
|
D:\Sites\apigility>php -v
PHP 7.4.9 (cli) (built: Aug 4 2020 11:52:41) ( ZTS Visual C++ 2017 x64 )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies |
Something seems wrong about your system, IMO. I'm unaware of how windows shell handles escaping, but over here:
|
In Windows you have to double quote
|
you can also use single quotes inside D:\Sites\apigility\html>php -r "echo 'Teste';"
Teste |
I wonder if that's the same error that's happening in the installer plugin? What happens if you run it with something like cygwin or similar shells? |
Sorry, I can't reproduce it because I don't have a Linux instance running. |
I forked project and tried to install using git clone and composer install, and it was installed without errors, but, when I tried to create a new Api, it said Api was created but nothing changed. |
Something like https://en.wikipedia.org/wiki/MinGW or https://en.wikipedia.org/wiki/Cygwin |
Bug Report
Summary
Trying to create a new empty project according project tutorial in https://api-tools.getlaminas.org/
Current behavior
How to reproduce
In console run

composer create-project laminas-api-tools/api-tools-skeleton
, and use production config files, at the end of process the line errors above will be displayedExpected behavior
Create a new project without errors
The text was updated successfully, but these errors were encountered: