Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用命令:bin/magento setup:di:compile并收到错误
bin/magento setup:di:compile
Class Magiccart\Testimonial\Model\ResourceModel\Testimonial does not exist
嘿嘿
请在 Model\ResourceModel 文件夹下创建一个文件名 Testimonial.php 然后错误被自动删除。
像这样 :
class Testimonial extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb { //Do Your Stuff Here....... }