kohkimakimoto / LaravelAdminer

It's a embedded adminer in laravel application.
10 stars 3 forks source link

Not working #1

Open ghost opened 9 years ago

ghost commented 9 years ago

I've added the package to my project, as in the guide, but after entering database credentials, nothing happens, only a link is added below, like: (MySQL) root@localhost - project Clicking on the link also nothing happens. I use Laravel 4.1.*

Any help appreciated

kohkimakimoto commented 9 years ago

Hi. :smile:

I didn't find this issue when I tested in my Laravel 4.1 environment. It works fine. I don't have a solution, but I have a suggestion. Please run only adminer.php in your environment (not using Laravel and LaravelAdminer package).

  1. cp src/Kohkimakimoto/Adminer/Resources/adminer.php /path/to/your_document_root/adminer.php
  2. Access to http://localhost/adminer.php by your browser.

If it doesn't work, the issue refers to adminer or your environment. And if you get some error logs, please show them to me.