Skip to content

Files

Latest commit

ab9fa2c · Sep 28, 2024

History

History
27 lines (18 loc) · 293 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 293 Bytes

My Tuya Light Bulb API

How to use

  1. Install the dependencies.
composer install

2 Configure your credentials in the .env file.

cp .env.example .env

3 Run project.

php -S localhost:8000

or

docker-compose up --build