承接 kalicr/magento2-core 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kalicr/magento2-core

最新稳定版本:1.0.0

Composer 安装命令:

composer require kalicr/magento2-core

包简介

Kalicr Core Module for Magento 2

README 文档

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

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-12-08