We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Modify config helper function to get whole array or a specific key of array:
config('database'); // get whole array config('database.host'); // get host key from array
The text was updated successfully, but these errors were encountered:
Implement config as:
config($name, $key = null);
set second parameter to get array keys. if second parameter is null return whole config array.
Sorry, something went wrong.
Modify config helper to get array key (#5)
1a3b63c
Mohammadreza-73
No branches or pull requests
Modify config helper function to get whole array or a specific key of array:
The text was updated successfully, but these errors were encountered: