Blog auto-post addon issue

hi folks,
i am using deepseek and GPT to create an addon to auto-post the blog daily.
always met a problem on the
auto_blog/
│── app/
│ ├── addons/
│ │ ├── auto_blog/
│ │ │ ├── func.php
│ │ │ ├── init.php
│ │ │ ├── config.php
│── var/
│── addon.xml
here is the Addon Directory Layout, can anyone check it for me, thank you indeed.

Please have a look

https://docs.cs-cart.com/latest/developer_guide/addons/directories.html

Sorry for the late reply. Thank you, my friend.

I tried according to the guide, but still not work see below directory:
/my_auto_blog_updater/
├── addon.xml
├── init.php
├── controllers/
│ └── admin/
│ └── my_auto_blog_updater.php
├── database/
│ └── my_auto_blog_updater.mysql.sql
├── templates/
│ └── views/
│ └── my_auto_blog_updater/
│ └── settings.tpl

Some directories are not correct. Please check the documentation carefully. Or user one of the built-in addons as an example

1 Like