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:
- Download the latest MC-CMS release
- Install dependencies
- Prompt you to select a theme (or use default)
- Prompt you to select plugins to install
- 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
-
Navigate to your project:
cd my-project -
Configure your
.envfile:cp .env.example .env
-
Generate application key:
php artisan key:generate
-
Run migrations:
php artisan migrate
-
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
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-12-29