Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Laravel's "config" helper to get model's config #1027

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pavgra
Copy link

@pavgra pavgra commented May 23, 2016

Use Laravel's "config" helper to get model's config (to retrieve all changes that might be done to config during app runtime)

…changes that might be done to config during app runtime)
@KingMob
Copy link

KingMob commented May 27, 2016

Unfortunately, this presents an obstacle to fixing #980, since heavier reliance on Laravel's config() will mean more work to avoid breaking artisan config:cache. As Laravel currently stands, it can't handle anonymous functions in the config files when caching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants