kalicr/magento2-core
最新稳定版本:1.0.0
Composer 安装命令:
composer require kalicr/magento2-core
包简介
Kalicr Core Module for Magento 2
README 文档
README
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
- Create directory:
app/code/Kalicr/Core - Download and extract the module files into this directory
- 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
- Email: dgamboa@kalicr.com
- Company: Kalicr
🔗 Links
Made with ❤️ by David Gamboa - Kalicr © 2025
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-08