laravel-adminer icon indicating copy to clipboard operation
laravel-adminer copied to clipboard

Adminer database manager for Laravel 5+

Results 14 laravel-adminer issues
Sort by recently updated
recently updated
newest added

I have tried to install this package with composer as per your documentation and 3 out of 4 times I had issues. I seemed to have traced it down to...

with command php artisan vendor:publish --provider="Onecentlin\Adminer\ServiceProvider" only publish adminer.css file and not publish the config file. i'm using laravel 8

![screen shot 2018-08-31 at 11 12 10 am](https://user-images.githubusercontent.com/33257942/44894719-d5a04d00-ad0e-11e8-837b-6d2a6b4f17ae.png) I have done everything as required, and the database is working properly for all other laravel projects I don't understand what went...

In windows environment, adminer refers to a folder C:/wamp64/tmp; if it does not exist, it does not run greetings

i use auth as middleware but not working, whenever i access adminer route it keep kick me and cannot let me in

Since I have used SQLite in my last project, I needed to use the password-less plugin. Given that there was already a request in the issues for plugin support I...

PHP message: PHP Warning: Undefined variable $yh in /vendor/onecentlin/laravel-adminer/resources/adminer-4.8.1-en.php on line 1783

I'm using the package thiagocordeiro/laravel-translator and I have a conflict with this package. `FatalError PHP 8.2.3 9.52.6 Cannot redeclare lang() (previously declared in /var/www/html/vendor/thiagocordeiro/laravel-translator/src/Framework/helpers.php:9)` It seems that the laravel-translator package...

Hello. Is there a way to add plugins with this package? Thanks!

Hi So, I changed the config file `'route_prefix' => env('ADMINER_ROUTE_PREFIX', 'admin/adminer'),` as I like to have admin tools in the admin route and now the adminer.css file fails to load....