From 94ff0afd02a24eb7cc5aaa5dbd744c572d2efab4 Mon Sep 17 00:00:00 2001 From: Steve <34465153+xxl4@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:04:05 +0800 Subject: [PATCH] update --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 1a9c48f..7e6fd94 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,22 @@ Add it to config/app.php $providers ``` composer require nexa-merchant/apis +``` + +# How to Install +``` +php artisan apis:install +``` + +# How to Generate API Docs +``` +php artisan Apis:gendocs +``` + +# View Api Document +``` +http://localhost/api/admin/documentation (Admin) +``` +``` +http://localhost/api/shop/documentation (Shop) ``` \ No newline at end of file