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 & assetssrc/Controllers: HTTP controllerssrc/Services: API & business‑logic servicessrc/Config: DB & environment setuptemplates/: Twig views
Usage
- Visit
/loginand authenticate. - Go to
/multi-viewfor sales dashboards and analytics.
Modules
- Multi‑View Dashboard
- Payroll
- Sales Analytics
- Store Setup & QuickBooks Integration
Questions or feature requests? Open an issue on GitHub.