Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jun 20, 2024
1 parent 661117c commit 94ff0af
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

0 comments on commit 94ff0af

Please sign in to comment.