联系官方销售客服
QQ1835022299
028-61286886
请问如何在自己开发的插件里引入第三方类库?看官方手册应该是在App/MyAPP/Config/Auto,php里配置,但试了半天还是没搞好,请各位大佬不吝赐教啊。
/doc/767.html
CMSPATH.'Control/Home', 'Phpcmf\Admin' => CMSPATH.'Control/Admin', 'Phpcmf\Member' => CMSPATH.'Control/Member', */ 'psr4' => [ ], /** * ------------------------------------------------------------------- * Class Map * ------------------------------------------------------------------- * The class map provides a map of class names and their exact * location on the drive. Classes loaded in this manner will have * slightly faster performance because they will not have to be * searched for within one or more directories as they would if they * were being autoloaded through a namespace. * * Prototype: * * 'MyClass' => '/path/to/class/file.php' */ 'classmap' => [ ], ];