onecentlin / laravel-adminer

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

use config helper instead of env #13

Closed gahlawat closed 3 years ago

gahlawat commented 3 years ago

Solves caching problem when running "php artisan config:cache" variables produced via env() returns null upon caching

gahlawat commented 3 years ago

@onecentlin @mattsches @Hirbod @Revolta77