kalicr/magento2-core

Kalicr Core Module for Magento 2

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:CSS

Type:magento2-module

pkg:composer/kalicr/magento2-core

1.0.0 2025-12-08 16:37 UTC

This package is auto-updated.

Last update: 2026-01-08 16:55:34 UTC


README

Magento 2 PHP License

Core module for Kalicr Magento 2 extensions with base functionality and configurations.

📋 Requirements

  • Magento 2.4.x
  • PHP 7.4, 8.1, or 8.2
  • Composer

📦 Installation

Via Composer (Recommended)

composer require kalicr/magento2-core
php bin/magento module:enable Kalicr_Core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Manual Installation

  1. Create directory: app/code/Kalicr/Core
  2. Download and extract the module files into this directory
  3. Run the following commands:
php bin/magento module:enable Kalicr_Core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

🎯 Features

  • Core configurations for Kalicr modules
  • Admin menu structure
  • System configuration settings
  • CSP whitelist configurations
  • Base styling for admin panel

📁 Module Structure

kalicr-magento2-core/
├── etc/
│   ├── acl.xml              # Access Control List
│   ├── config.xml           # Default configuration
│   ├── csp_whitelist.xml    # Content Security Policy
│   ├── module.xml           # Module declaration
│   └── adminhtml/
│       ├── menu.xml         # Admin menu
│       └── system.xml       # System configuration
├── view/adminhtml/
│   ├── layout/
│   │   └── default.xml      # Layout configuration
│   └── web/
│       ├── css/             # Admin styles
│       └── images/          # Admin images
├── composer.json
├── registration.php
├── README.md
└── LICENSE

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

👨‍💻 Author

David Gamboa

🔗 Links

Made with ❤️ by David Gamboa - Kalicr © 2025