Skip to main content

Menzzo Chatbot Backend

menzzo-chatbot-backend is the Laravel backend behind chatbot business workflows. It serves APIs used by the chatbot UI and support automation around orders, SAV, refunds, coupons, and customer context.

Some local workspaces may still have this backend checked out under the older menzzo-chatbot-wrapper folder name. Keep repository docs and submodule references aligned with axelites/menzzo-chatbot-backend.

Stack

  • Laravel 12 and PHP 8.4-era backend.
  • Sanctum, Horizon, Livewire/Volt, and Vite where configured.
  • Queue-backed jobs and operational APIs.

Connected Projects

  • Menzzo Chatbot UI consumes this backend.
  • SAV and Logidav provide operational context for customer support flows.
  • Magento/front-office systems provide order, coupon, refund, and product data.
  • Chatbot logs collect diagnostic and analytics records from chatbot activity.

Local Docs Submodule

When this repo consumes global docs, use:

cd docs
npm ci
npm start
npm run build

To Expand

  • API route inventory.
  • Queue and Horizon runbooks.
  • Dify integration contract.
  • CI and deployment notes.