Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.19 KB

NexaMerchant/Apps

Build Status Release Latest Version on Packagist Total Downloads

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}