kalicr/core (0.1.0)
Installation
{
"repositories": [{
"type": "composer",
"url": " "
}
]
}composer require kalicr/core:0.1.0About this package
Module Kalicr_Core
Shared Magento 2 base module that provides the KaliCR admin root menu, base ACL resource, shared admin tab, and common admin branding assets.
This module is developed by Kal-i CR Development Team.
Features
- Shared admin root menu: exposes
Kalicr_Core::principalas the common parent for KaliCR admin modules. - Base ACL resource: provides the root ACL node used by KaliCR modules.
- Shared admin tab and branding: adds the
kalicrconfiguration tab and the base admin visual assets used by KaliCR modules.
Installation
Via Composer
composer require kalicr/core
bin/magento module:enable Kalicr_Core
bin/magento setup:upgrade
bin/magento cache:clean
Manual installation
- Copy the module into
app/code/Kalicr/Core. - Run:
bin/magento module:enable Kalicr_Core
bin/magento setup:upgrade
bin/magento cache:clean
Configuration
This module does not require merchant-specific configuration after installation. It only provides shared admin structure and base defaults.
Dependencies
- Magento Open Source / Adobe Commerce:
2.4.8-p4 - PHP:
8.2or8.3 - Composer packages:
magento/framework
- Magento module dependencies declared in
etc/module.xml:Magento_BackendMagento_ConfigMagento_CspMagento_Store
Compatibility
- Adobe Commerce / Magento Open Source:
2.4.8-p4 - PHP:
^8.2 || ^8.3
Functional usage
Kalicr_Core is intended to be the shared foundation for KaliCR custom
Magento modules. Consumer modules use it mainly for module sequencing,
admin menu parenting, ACL inheritance, and shared admin branding.
The package is intentionally minimal. Customer-specific CSP entries, project-only frontend payloads, and unrelated feature logic must stay out of this module and be implemented in project code or in better-scoped packages.
Technical notes
- Admin menu root:
Kalicr_Core::principal - Configuration tab:
kalicr - Shared admin assets:
view/adminhtml/web/css/adminhtml.cssview/adminhtml/web/images/logo-arbol-color.svg
Changelog
Release notes are maintained in CHANGELOG.md.
Support
If you need help with this module, contact Kal-i CR Development Team:
- Email:
contacto@kalicr.com
License
This package is distributed under the proprietary KaliCR commercial license. See LICENSE.md.
Release workflow
This repository publishes the package through Forgejo Composer Registry.
- Workflow file:
.forgejo/workflows/package.yml
Required Forgejo secrets for publication:
FORGEJO_PACKAGE_USERNAMEFORGEJO_PACKAGE_TOKEN
Dependencies
Dependencies
| ID | Version |
|---|---|
| magento/framework | ^103.0 |
| php | ^8.2 || ^8.3 |