An open API service indexing awesome lists of open source software.

https://github.com/nexamerchant/apis

NexaMerchant API
https://github.com/nexamerchant/apis

api api-rest rest-api

Last synced: 5 months ago
JSON representation

NexaMerchant API

Awesome Lists containing this project

README

        

# NexaMerchant/Apis

> NexaMerchant is a apps store for NexaMerchant Platform, NexaMerchant is a free merchant software,you can use it build for ecommence, blog, cms, erp etc

[![Build Status](https://github.com/NexaMerchant/apis/workflows/Laravel/badge.svg)](https://github.com/NexaMerchant/apps)
[![Release](https://img.shields.io/github/release/NexaMerchant/apis.svg?style=flat-square)](https://github.com/NexaMerchant/apps/releases)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Nexa-Merchant/apis.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/apis)
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/apis.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/apis)

# Requirements
- PHP >= 8.1
- Laravel >= 10
- Sodium

# How to Install

```
NexaMerchant\Apis\Providers\ApisServiceProvider::class,
```
Add it to config/app.php $providers

# How to Publish

```
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)
```

Bug Report
------------
[https://github.com/NexaMerchant/apis/issues](https://github.com/NexaMerchant/apis/issues)

# License
------------
`NexaMerchant Apis` is licensed under [The MIT License (MIT)](LICENSE).