Laravel 8 config_path() {#collection-method}
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');