Add: Cart.php的头部声明namespace Mypack; 然后在composer.json文件的autoload/psr-4 inside the
node
"Mypack\":"vendor/mypack"
In addition: It is not recommended to place customized class files in the vendor directory. You can create a directory with other names such as the same level library yourself.
Add:
nodeCart.php
的头部声明namespace Mypack;
然后在
composer.json
文件的autoload/psr-4
inside theIn addition: It is not recommended to place customized class files in the vendor directory. You can create a directory with other names such as the same level
library
yourself.