onecentlin / laravel-adminer

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

adminer.php config file not publish #14

Closed jazz7381 closed 8 months ago

jazz7381 commented 3 years ago

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

onecentlin commented 3 years ago

@jazz7381 It did publish config file as well. May you try it again?

onecentlin commented 3 years ago

@jazz7381 which version are you using? config/adminer.php is added since v5.1.x You may update composer package up to v5.1.x

jazz7381 commented 3 years ago

i'm using "onecentlin/laravel-adminer": "4.7.7.1" and "laravel/framework": "^8.0",

onecentlin commented 3 years ago

@jazz7381 Hi, config file is avaiable since version 5.0.0, but not 4.7.x