Zota Mate

README

Zota Mate is a unified dashboard for managing multiple Zota stores, designed for salon operators and business owners.

Installation

git clone https://github.com/LeProuty/zota-mate.git
cd zota-mate
composer install
cp .env.example .env
# Fill in .env variables, then:
composer dump-autoload -o

Directory Structure

  • public/: Front controller & assets
  • src/Controllers: HTTP controllers
  • src/Services: API & business‑logic services
  • src/Config: DB & environment setup
  • templates/: Twig views

Usage

  1. Visit /login and authenticate.
  2. Go to /multi-view for sales dashboards and analytics.

Modules

  • Multi‑View Dashboard
  • Payroll
  • Sales Analytics
  • Store Setup & QuickBooks Integration

Questions or feature requests? Open an issue on GitHub.