I downloaded amphp using composer and it automatically downloaded it toC:\Users\<myusername>
is that where it's meant to be for usage or do I need to copy it to my local servers directory or htdocs
?
Asked
Active
Viewed 45 times
0

theplayer
- 1
- 9
-
Composer installs stuff by default in a `vendor` subdirectory below working directory so you're supposed to `cd` to wherever your source code is before running `composer require amphp/amp`. – Álvaro González Nov 11 '18 at 11:45
-
I'd recommend reading up on [Composer](https://getcomposer.org/). This question isn't specific to Amp, but is rather a generic Composer question. – kelunik Jan 04 '19 at 10:44