/kiwify

test apis

Primary LanguagePHP

Kiwify required api list for given 2 pages

How to Install

Install the script

git clone https://github.com/devlimon/kiwify.git

go to the project directory in terminal

cd kiwify

install vendors [note: make sure you installed composer, and run mysql and apache]

composer install

configure database in .env and then migrate database:

php artisan migrate

Run the application:

php artisan serve

now go to served url (http://127.0.0.1:8000/)