exilon-studios/mccms-cli 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

exilon-studios/mccms-cli

最新稳定版本:0.1.9

Composer 安装命令:

composer require exilon-studios/mccms-cli

包简介

Command-line interface for creating and managing MC-CMS projects (BETA)

README 文档

README

Command-line interface for creating and managing MC-CMS projects.

Installation

Install globally via Composer:

composer global require exilon-studios/mccms-cli

Make sure your global Composer bin directory is in your PATH.

Usage

Create a new MC-CMS project

mccms new my-project

This will:

  1. Download the latest MC-CMS release
  2. Install dependencies
  3. Prompt you to select a theme (or use default)
  4. Prompt you to select plugins to install
  5. Set up your project directory

Options

# Specify a theme
mccms new my-project --theme=my-theme

# Specify plugins
mccms new my-project --plugins=plugin1 --plugins=plugin2

# Skip dependency installation
mccms new my-project --no-install

# Force installation in existing directory
mccms new my-project --force

After Installation

  1. Navigate to your project:

    cd my-project
  2. Configure your .env file:

    cp .env.example .env
  3. Generate application key:

    php artisan key:generate
  4. Run migrations:

    php artisan migrate
  5. Visit your site and complete the installation wizard.

Requirements

  • PHP 8.2 or higher
  • Composer
  • Git (optional)

License

GPL-3.0-or-later

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-12-29