Getting Started
Kevion Base is the foundational module for all Kevion Magento 2 extensions. It provides shared infrastructure including logging, import engine, scheduler, notifications, and CLI commands.
Requirements
Installation
Install via Composer:
composer require kevion/module-base
Enable the module:
php bin/magento module:enable Kevion_Base
php bin/magento setup:upgrade
php bin/magento cache:clean
Verifying Installation
Run the following CLI command to confirm the module is active:
php bin/magento kevion:modules:list
You should see `Kevion_Base` listed with version 1.0.0.
