https://github.com/nexamerchant/apps
NexaMerchant apps platforms, You can use it quick create Plugins for Nexamerchant
https://github.com/nexamerchant/apps
apps appstore laravel nexa-merchant
Last synced: 10 months ago
JSON representation
NexaMerchant apps platforms, You can use it quick create Plugins for Nexamerchant
- Host: GitHub
- URL: https://github.com/nexamerchant/apps
- Owner: NexaMerchant
- License: mit
- Archived: true
- Created: 2024-06-18T15:35:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T05:16:22.000Z (about 1 year ago)
- Last Synced: 2025-07-23T16:37:41.151Z (10 months ago)
- Topics: apps, appstore, laravel, nexa-merchant
- Language: PHP
- Homepage: https://nexamerchant.github.io/Apps/
- Size: 108 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NexaMerchant/Apps
[](https://github.com/NexaMerchant/apps)
[](https://github.com/NexaMerchant/apps/releases)
[](https://packagist.org/packages/Nexa-Merchant/apps)
[](https://packagist.org/packages/Nexa-Merchant/apps)
> 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
# How to Install
```
NexaMerchant\Apps\Providers\AppsServiceProvider::class,
```
Add it to config/app.php $providers
# How to Install use composer
```
composer require nexa-merchant/apps
```
# How to create a new app packages
```
php artisan apps:create
```
# How to get a user token
```
php artisan apps:login
```
# How to Remove a app packages
```
php artisan apps:remove {app_name}
```
# How to publish a app packages
```
php artisan apps:publish {app_name}
```