Laravel-Adminer
Laravel-Adminer copied to clipboard
Adminer wrapper for Laravel 5
Could you release a version that works with Laravel 6? Also, #24 -> 4.7.2 is released
I see that 4.7.0 has been merged, but the latest tag is still 4.5.0. Tag the newest release, please.
Is there any way to change 3306?
If `Config::get("database.connections.$database_config.host");` is not present, it's probably because there's a write and a separate read host.
themes
how to include themes ? or at least provide responsive theme as default, thanks btw great package, i'm stuck including adminer.php standalone
### Add Admin User Auth Middleware Create Adminer Middleware ```sh php artisan make:middleware Adminer ``` File `/app/Http/Middleware/Adminer.php`: ```php
After adminer 4.3.0 there is not possible to connect to a sqlite database without implementing a custom login method, probably for a security measure since we could connect to any...
Automatic login fails for SQLite, with the following message: ``` Implement login() method to use SQLite. ``` I believe this could be solved by adding this plugin: https://raw.githubusercontent.com/vrana/adminer/master/plugins/login-sqlite.php
I'm unsure about where to install this. Do we install it into each individual project folder, or can we install it into a folder that holds multiple projects? I would...
Thank you for the awesome work!!! Can you provide multiple language version, not just English? Or providing different versions that we can switch by modifying config file.