aryraditya/acommerce-laravel is a Laravel package for acommerce api.
It currently has 0 GitHub stars and 125 downloads on Packagist (latest version 1.0.2).
Install it with composer require aryraditya/acommerce-laravel.
Discover more Laravel packages by aryraditya
or browse all Laravel packages to compare alternatives.
Last updated
This is library for aCommerce API
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"
soon