阅读(568)
赞(2)
Laravel 8 config_path() {#collection-method}
2021-07-03 15:41:03 更新
config_path 函数返回 config 目录的完整路径。您亦可使用 config_path 函数来生成应用配置目录中的特定文件的完整路径:
$path = config_path();
$path = config_path('app.php'); config_path 函数返回 config 目录的完整路径。您亦可使用 config_path 函数来生成应用配置目录中的特定文件的完整路径:
$path = config_path();
$path = config_path('app.php'); Copyright©2023 字节宝字节宝| |
违法和不良信息举报电话:|举报邮箱:3111859717@qq.com
