hyperf 自动加载 自定义函数文件

        1、在composer.json中的autoload里面的files上加上路径

"autoload": {
    "psr-4": {
        "App\\": "app/"
    },
    "files": [
        "app/Helpers/functions.php",
        "app/Helpers/common.php"
    ]
},

        2.根目录执行

composer dump-autoload


冷暖自知一抹茶ck
请先登录后发表评论
  • 最新评论
  • 总共0条评论