webman 默認(rèn)不支持config目錄下自定義目錄,加上這個代碼就解決問題了。 config 目錄下創(chuàng)建一個extra.php 加上下面的代碼。 config 目錄下創(chuàng)建extra 目錄,目錄下創(chuàng)建自己的配置文件就行了。 // config/extra.php <?php $path = config_path('extra'); $res = []; try { ...