PHPMyAdmin still the favorites MySQL Database Tool for create Database, Table , User and Manage MySQL Database . Let's add it to Larago.
Video Add PHPMyAdmin to Larago : https://youtu.be/aVj82iSk4IU
Download the latest PHPMyAdmin.
Download it from https://www.phpmyadmin.net/downloads/ after download completed abstract the file and copy the file to C:\laragon\etc\apps (Default laragon installation directory and name the folder as PHPMyAdmin.
And then rename the file config.sample.inc.php to config.inc.php
So we open the file and change the code on line 32
$cfg['Servers'][$i]['AllowNoPassword'] = false;
to
$cfg['Servers'][$i]['AllowNoPassword'] = true;