store

E-Commerce Store

A complete online store with product catalog, shopping cart, order management, and Telegram notifications.

Features

Installation

  1. Clone the repository to your web server (e.g., Apache).
  2. Create a MySQL database and import the schema from the SQL section.
  3. Copy .env.example to .env and fill in your credentials.
  4. Ensure storage/logs/ is writable.
  5. Place product images in images/products/ and a payment QR code in images/payment/qr.png.
  6. Configure your web server to point to the store/ directory as document root.
  7. Access the site via your domain.

API Endpoints

Security

License

MIT