aryraditya / acommerce-laravel
aCommerce API
Installs: 125
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/aryraditya/acommerce-laravel
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2025-10-15 09:37:31 UTC
README
This is library for aCommerce API
Installation
First, install using composer
$ composer require aryraditya/acommerce-laravel
After installation is finish, open config/app.php to add the ServiceProvider bellow to providers section :
aryraditya\aCommerceLaravel\aCommerceServiceProvider::class
Publish configuration, the command bellow will copy a config to your project directory config/acommerce.php and then you need to set the variable on it.
$ php artisan vendor:publish --provider="aryraditya\aCommerceLaravel\aCommerceServiceProvider"
Usage
soon