Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 377 Bytes

File metadata and controls

16 lines (13 loc) · 377 Bytes

KIT API Service

Copy the code and deploy on your machine. Double check for KIT env.

cp .env.example .env

You can generate api token here https://cabinet-new.tk-kit.com/developers/get-token

Once deployed, run:

composer install
php artisan migrate
php artisan sync:all

This will seed and sync all the data required to make KIT price calculations.