Install Laragon, PhpMyAdmin + Wordpress + SSL in Windows 10

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2024
  • Learn how to install Laragon on Windows 10, add PhpMyadmin, launch a website, and enable SSL in this video. Start by downloading the Laragon installer by searching “Download and install Laragon” on your favorite browser. Choose “Download Laragon full version” with Apache 2.4, Nginx, MySQL 8, PHP 8, Redis, Memcached, Node.js 18, NPM, and Git included. Once downloaded, run the installer, and choose the destination location. Tick “Start with Windows” if you want Laragon to start with Windows. Next, start all the services by clicking on the “Start all” button.
    Before starting the services, check if port 80 and 3306 are already used by other services by using the netstat command. If port 80 or other ports are being used, stop the process by opening the task manager, finding the process number, and stopping it. Once the services are started, go to your browser, and type “localhost” to test if Laragon is working correctly.
    To access PhpMyadmin for database management, download the PhpMyadmin software, and move the extracted folder to the Laragon installation path. Rename the folder to “phpmyadmin” and stop the mysql service and restart it. Then, reload the browser to access the PhpMyadmin user interface.
    To enable SSL, click on “Menu”, “SSL”, and “Quick create” to create a self-signed certificate. Choose the website, and click on the “Auto-create Virtual Host” button. Then, edit the httpd-ssl.conf file to add SSL configurations. Save and restart the Apache service. To test if SSL is working, go to your browser and type “localhost”.

ความคิดเห็น • 5

  • @arunakumarbiswal
    @arunakumarbiswal 4 หลายเดือนก่อน

    beneficial information, if possible create a video on "how to upload the backup file of any live WordPress website to Laragon"

  • @nanozone3706
    @nanozone3706 ปีที่แล้ว +1

    nice easy setup with laragon

  • @rajahutan1698
    @rajahutan1698 ปีที่แล้ว +1

    i have to rename my folder from phpMyAdmin-5.2.1 to phpmyadmin to make it works. it just folder name and addressing url name problem :V, thank you bro.