Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Fallback does not work for packages #1

Open
ameenross opened this issue May 5, 2014 · 4 comments
Open

Fallback does not work for packages #1

ameenross opened this issue May 5, 2014 · 4 comments

Comments

@ameenross
Copy link
Contributor

Fallback does seem to work for regular configuration, but not for package configuration.

print_r(Config::get('cron::runInterval')); /* 1 */

print_r(DbConfig::get('cron::runInterval')); /* Nothing (or, specifically, an empty array) */
@terion-name
Copy link
Contributor

We'll check this today or tomorrow, thanx

@yaapis
Copy link
Contributor

yaapis commented May 7, 2014

Fix this. But there's still another issue..
Config::set('db-config::feature','foo');
$db = DbConfig::get('db-config::feature');

In this case db-config doesn't track original Config::set
Just keep it in memory to avoid any confusion

@terion-name
Copy link
Contributor

But there's still another issue..
Config::set('db-config::feature','foo');
$db = DbConfig::get('db-config::feature');

In this case db-config doesn't track original Config::set
Just keep it in memory to avoid any confusion

And this will also be fixed in several days after some internal rewrites

@ameenross
Copy link
Contributor Author

Alright, good to hear.

yaapis pushed a commit that referenced this issue Jan 26, 2017
Adding support for Laravel > 5.1
yaapis pushed a commit that referenced this issue Jan 26, 2017
Compatibility with L5.3
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants