LaravelPackages.net
Acme Inc.
Toggle sidebar
kg-bot/laravel-magento

Laravel Integration With Magento API

93
7
v1.2
About kg-bot/laravel-magento

kg-bot/laravel-magento is a Laravel package for laravel integration with magento api. It currently has 7 GitHub stars and 93 downloads on Packagist (latest version v1.2). Install it with composer require kg-bot/laravel-magento. Discover more Laravel packages by kg-bot or browse all Laravel packages to compare alternatives.

Last updated

Laravel Magento App wrapper

Total Downloads Latest Stable Version License

Installation

  1. Require using composer
composer require kg-bot/laravel-magento

In Laravel 5.5, and above, the package will auto-register the service provider. In Laravel 5.4 you must install this service provider.

  1. Add the MagentoServiceProvider to your config/app.php providers array.
<?php 
'providers' => [
    // ...
    \KgBot\Magento\MagentoServiceProvider::class,
    // ...
]
  1. Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="KgBot\Magento\MagentoServiceProvider"

Star History Chart