I've already install XAMPP
and composer
. My XAMPP is 7.4 and my composer is using composer 1. I'm not yet upgrading to composer v2.
How can I install this project on my computer? The project seems to be located at https://github.com/erleiuat/Atta.
CodePudding user response:
Steps to be done:
- Open git bash or terminal or command prompt on Windows.
- Change directory to
htdocs
- Run command
git clone gh repo clone erleiuat/Atta
- In your browser visit:
http://localhost/Atta/index.php
That should do the work.