r3alst/laravel-magento2-connector

0.0.1 2022-02-22 05:28 UTC

This package is auto-updated.

Last update: 2025-06-25 14:31:29 UTC


README

This connector will allow you to connect any laravel applications with your Magento 2 instance[s].

Setup

Step 1

composer require r3alst/laravel-magento2-connector

Step 2

Add following line in config/app.php to "providers" array:

\R3alst\LaravelMagentoTwoConnector\Providers\ConnectorServiceProvider::class

License

Laravel Magento 2 Connector is open-sourced software licensed under the MIT license.