Deprecated: Method ReflectionParameter::getClass() is deprecated in
C:\xampp\htdocs\m2\vendor\magento\framework\Code\Reader\ClassReader.php on line 34
Solution –
MAGENTO2 does support PHP 8 yet. So you will need to download the PHP 7.4 version instead of PHP 8.0 for MAGENTO2 installation.
Before starting the installation, you can check the system requirement for installing Magento2 here.
If you are working on Windows then you can download latest Xampp version from below link.
>Download Xampp here: https://www.apachefriends.org/download.html
Don’t Download Xampp of PHP version 8, otherwise you will get the “Magento\Backend\App\Request\PathInfoProcessor\Proxy” does not exist” while running magento install command.
You can INSTALL Magento2 from below links-
- Install Magento 2.4.1 on Xampp Windows
- Install Magento 2.4.2 on Xampp Windows
- Install Magento 2.4.3 on Xampp Windows
- Install LATEST VERSION MAGENTO 2.4.4 on Windows
You can watch this video for exact solution –
Do comment below if you need any help on magento2.
Happy Learning !!
Thank You !!