Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yireo/Yireo_LokiComponents
- Owner: yireo
- Created: 2025-01-17T10:26:47.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2025-02-13T19:34:51.000Z (1 day ago)
- Last Synced: 2025-02-13T19:37:01.656Z (1 day ago)
- Topics: ajax, magento, magento2, php
- Language: PHP
- Homepage: https://loki-checkout.com/
- Size: 220 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-magento2 - Yireo LokiComponents - A library for building AJAX-driven form components with ease. Used by the Yireo Loki Checkout. (Open Source Extensions / Development Utilities)
- awesome-magento2 - Yireo LokiComponents - A library for building AJAX-driven form components with ease. Used by the Yireo Loki Checkout. (Open Source Extensions / Development Utilities)
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
```