Posts

Showing posts from May, 2023

How Install Magento 2.4.6 In Windows Using Xampp Server

  To install Magento 2.4.5 on Windows 10, follow these steps: Download and install XAMPP from https://www.apachefriends.org/download.html Enable the necessary PHP extensions and configure the php.ini file as follows: [PHP] ;extension=gd ;extension=intl ;extension=soap ;extension=xsl ;extension=sockets ;extension=sodium Remove the semicolon ";" from the above lines of the php.ini file, and then save the file. Set the following values for the PHP settings: max_execution_time=3000 max_input_time=2000 memory_limit=4G Restart XAMPP after making these changes. Download and install Composer from https://getcomposer.org/download/ . Download and run Elasticsearch from https://www.elastic.co/downloads/past-releases#elasticsearch . You can use the following link to download Elasticsearch for Windows: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.3-windows-x86_64.zip . Configure the server by creating a virtual host. Open the file C:\xampp\apache\conf\extra\http...