how to -Magento install 2.3.4 in Xampp window 10
- Install the composer.
- Install Xampp with php version 7.3
- download the magento file from official website version 2.3.4
- extract it in htdocs /magento2 folder
- enable the extentions from php .ini (xampp ) file by removing ; from starting . a) extension=intl b) extension=soap c) extention=socket d) extension=xsl
- in browser localhost/magento2 and set up
- if admin doest open after installation THEN —->
- open file /vendor/magento/framework/View/Element/Template/File/Validator.php in magento install dir , find$realPath = $this->fileDriver->getRealPath($path);
replace with :
$realPath = str_replace('\\', '/', $this->fileDriver->getRealPath($path));
- open file app/etc/di.xml in magento install dir, findMagento\Framework\App\View\Asset\MaterializationStrategy\Symlink
and replace with
Magento\Framework\App\View\Asset\MaterializationStrategy\Copy
Then go to var/cache , delete all folder / file