Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yireo/Yireo_LokiComponents

A Magento library to build AJAX-driven forms with ease
https://github.com/yireo/Yireo_LokiComponents

ajax magento magento2 php

Last synced: 1 day ago
JSON representation

A Magento library to build AJAX-driven forms with ease

Awesome Lists containing this project

README

        

# Yireo_LokiComponents

**This is the main core package for Loki Components, as is being used by the Loki Checkout suite.**

Current status: Stable

## Installation
Install this package via composer (assuming you have setup the `composer.yireo.com` repository correctly already):
```bash
composer require yireo/magento2-loki-components
```

Next, enable this module:
```bash
bin/magento module:enable Yireo_LokiComponents
```