10

I installed laragon.exe.After start all services, the apache and mysql run without any problem.But when I write localhost/phpmyadmin it gives me below messages:

Forbidden

You don't have permission to access /phpmyadmin on this server.

please help on this.Thanks in advance

Tusar Hasan
  • 143
  • 1
  • 2
  • 11
  • 3
    A simple [Google](https://www.google.co.uk/search?q=laragon+403+forbidden&oq=lar&aqs=chrome.0.69i59j69i57j0l2j69i60j0.946j0j7&sourceid=chrome&ie=UTF-8) search yielded [this](https://forum.laragon.org/topic/98/how-to-update-phpmyadmin) page. – Script47 Apr 25 '17 at 16:41

1 Answers1

44

The latest Laragon have not included phpMyAdmin by default. So that you will not able to access localhost/phpmyadmin.

Now if you want to use phpMyAdmin in Laragon please follow below steps:

  1. Download latest phpMyAdmin zip from here
  2. Extract to path/to/laragon/etc/apps
  3. The folder name must be phpMyAdmin
  4. Restart Laragon and enjoy
Awolad Hossain
  • 1,007
  • 13
  • 18