Download the PHP package aryraditya/acommerce-laravel without Composer
On this page you can find all versions of the php package aryraditya/acommerce-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package acommerce-laravel
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
All versions of acommerce-laravel with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.3
The package aryraditya/acommerce-laravel contains the following files
Loading the files please wait ....