Krlos Posted April 10, 2020 Share Posted April 10, 2020 Hello, I want to benefit from this lockdown to learn new things. I am trying to learn how to use processwire with composer to use external libraries in my projects. I have followed the documentation to install processwire using composer: composer create-project processwire/processwire but composer is installing processwire inside another processwire folder. I usually start my projects downloading processwire zip file in to my Mampro project root. Can I move all the files up? or I'm doing something wrong? Link to comment Share on other sites More sharing options...
eydun Posted April 11, 2020 Share Posted April 11, 2020 Try this: composer create-project processwire/processwire . 1 Link to comment Share on other sites More sharing options...
Krlos Posted April 11, 2020 Author Share Posted April 11, 2020 I got this error: [InvalidArgumentException] Project directory "/Users/keiichi/Documents/Sites/tienda/." is not empty . Link to comment Share on other sites More sharing options...
Beluga Posted April 11, 2020 Share Posted April 11, 2020 Composer only allows it, if the current folder is not empty. Check that you do not have any files, even hidden ones, in the folder. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now