Install phpMyAdmin in Laragon

phpMyAdmin Instalation in Laragon You can download php my admin from https://www.phpmyadmin.net/downloads/ . Download version compatible with your php version and place it in {LARAGON_DIR}\etc\apps\phpMyAdmin Access phpMyAdmin from http://localhost/phpmyadmin...

Laragon – enable SSL

Laragon development env have build in SSL support. There are two steps to enable this feature in your project. Step 1 Step 2 Next add Laragon certificate to trust store like in example bellow: If you won’t do that. Your browser will display your page as...

Laragon database Crashed! Easy Fix.

So your database crashed and it wont start? There can be many reasons behind that issue. Sometimes its just a bad luck (unfortunate error which brakes some file in database system).This happen to me few times and I had to deal with this issue like you now. After all...

Laragon – Install mariadb / update mysql

From time to time you will need to update or migrate your environment. Same applies to development env. There fore you should get familiar with installing new mysql engine forks or versions. In this tutorial we will install the latest stable mariadb v10.6.4 To install...