aryraditya / acommerce-laravel
aCommerce API
1.0.2
2018-07-25 07:09 UTC
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2025-04-15 08:36:13 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