1.创建app/helpers.php
2.注册路径
{ ... "autoload": { "files": [ "app/helpers.php" ] } ... }
3.更新路径
composer dump-autoload