Open ariffewear opened 7 years ago
@ariffewear check your path to the project root, it should not contain special characters.
helo @chris-freedom, sori acually which folder in project root, since i using xamp and composer. should i install to composer root?
You need to be in the web accessible folder of xampp for it to wwork in your browser. You can't install to another folder on you main drive outside of the xampp folder.
If you installed xampp to the default folder of C:\xampp then you can either browse to C:\xampp\htdocs and then hold down the shift key, right click on the explorer window and then click on 'open command window here' or you can just open a console window and then browse to the right folder
cd xampp\htdocs
Then run your composer install command when you are in the right folder.
Hi experts,
I'm new on this, so appreciate your help here. I have already install composer in window 7 using Composer-Setup.exe. I want to install application through composer, so I create new folder C:\Project since windows have problem with path length. I open my cmd and go to directory C:Project to start install diamantedesk application using command
composer create-project diamante/desk-application
. but i got error: [ErrorException] ZipArchive::extractTo(C:\Projects/vendor/composer/56b28d03/eltrino-diamante desk-application-e9d0634\src\Diamante\FrontBundle\Resources\assets\js\vendo r\backbone.paginator\api\extjs\resources\themes\images\default\panel-header /panel-header-default-framed-collapsed-bottom-corners.gif): failed to open stream: Invalid argumentwhat should i do to fix the problem?