onecentlin / laravel-adminer

Adminer database manager for Laravel 5+
MIT License
240 stars 45 forks source link

Automatically login with Laravel database credentials #11

Closed cweiske closed 3 years ago

cweiske commented 4 years ago

Taken from https://github.com/miroc/Laravel-Adminer/issues/8

To make it work, you need to disable the ServiceProvider and manually add the route

Route::any('adminer', 'Onecentlin\Adminer\Http\Controllers\AdminerAutologinController@index');

This is sub-optimal; I am open for suggestions how to improve this.

onecentlin commented 3 years ago

Autologin feature is added in v5.0. Thanks for contributing. =)

cweiske commented 3 years ago

Commit is 3051b2af11467728ae5ee6a71dff8ee2cfec4147