$DbConfig = DB::select('name', 'value')->from('configs')->where('category', 'core')->execute(); Config::load($DbConfig); Config::get('website_url');I get from database config values and put to the config class. I think that will be good idea implements config form database to the core fuel config but my examples doesn't working. How can I get config values from database and set or load to the core fuel config?
It looks like you're new here. If you want to get involved, click one of these buttons!