LaravelPackages.net
Acme Inc.
Toggle sidebar
aryraditya/acommerce-laravel

aCommerce API

125
0
1.0.2
About aryraditya/acommerce-laravel

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

aCommerce API Helper for Laravel

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

Star History Chart