0

I have copied magento 2 git repo in /Applications/XAMPP/xamppfiles/htdocs/magento2

On visiting http://localhost/magento2/ it shows - Object not found!

On http://localhost/magento2/pub it does show Vendor autoload is not found. Please run 'composer install' under application root directory.

How to make it work with " http://localhost/magento2/ " in mac ?

asked Mar 25, 2022 at 6:45
2
  • any thoughts on this ? Commented Mar 25, 2022 at 6:46
  • any thoughts on this ? Commented Mar 25, 2022 at 7:00

1 Answer 1

0

Simple response : You can't

Operating systems (Linux x86-64) Linux distributions, such as RedHat Enterprise Linux (RHEL), CentOS, Ubuntu, Debian, and similar. Magento is not supported on Microsoft Windows and macOS.

You need to run it under a virtual linux machine or use a docker environment that will emulate linux.

answered Mar 25, 2022 at 10:27

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.