阅读(575) (9)

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');