nexa-merchant / apps
NexaMerchant Apps platform
V1.0.7
2025-03-13 10:10 UTC
Requires
- laravel/framework: ~6.0||~7.0||~8.0||~9.0||~10.0||~11.0||~12.0
Requires (Dev)
- laravel/framework: ~6.0||~7.0||~8.0||~9.0||~10.0||~11.0||~12.0
- phpunit/phpcov: >=6.0
- phpunit/phpunit: >=8.0
Suggests
- nexa-merchant/apis: NexaMerchant Apis
- nexa-merchant/checkout: NexaMerchant Checkout
- nexa-merchant/notifications: NexaMerchant Notifications
- nexa-merchant/payments: NexaMerchant Payments
- nexa-merchant/reports: NexaMerchant Reports
- nexa-merchant/settings: NexaMerchant Settings
- nexa-merchant/webhooks: NexaMerchant Webhooks
README
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}