In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly shows you "what is the use of the config () method in laravel?" the content is simple and clear. I hope it can help you solve your doubts. Let the editor lead you to study and learn this article "what is the use of the config () method in laravel?"
In laravel, the function of the config () method is to get the data defined in the config configuration directory with the syntax "config ('key')"; the key value can be obtained through "." Syntax concatenation that contains the name of the file to be accessed and the name of the option, such as "config ('app.url')".
The operating environment of this tutorial: windows7 system, Laravel5 version, Dell G3 computer.
The config directory of Laravel generally stores configuration information, such as app.php,auth.php,mail.php,view.php, and so on.
You can get the specified data through the config ('key') method.
The setting value can be read through the "dot" syntax, which contains the name of the file to access and the name of the option.
Now you want to read the url of the\ config\ app.php file. The data in the file is:
'url' = >' http://localhost',
Get method:
Config ('app.url')
If the app.url is not found, the second parameter is returned by default.
Config ('app.url',' default_val') above is all the content of the article "what's the use of the config () method in laravel?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.