deviktta/drupal-distribution-headless-api
最新稳定版本:1.0.0
Composer 安装命令:
composer create-project deviktta/drupal-distribution-headless-api
包简介
Drupal distribution: headless API
README 文档
README
📋 Introduction
Pre-configured Drupal distribution for API development. This package bundles:
- API Documentation:
openapi,openapi_ui,openapi_ui_swagger- Generate and browse interactive API docs - Admin Utilities:
drush,admin_toolbar,coffee- Enhanced admin experience and keyboard shortcuts - Performance:
redis- Caching support for production environments
Eliminates the need to manually select and configure modules for headless Drupal projects.
🛠️ Usage
1) Create a new Composer project:
composer create-project deviktta/drupal-distribution-headless-api:^1.0
2) Install Drupal, either using the Drupal install page or with Drush:
ddev drush site:install headless_api_ip \
--site-name="My Drupal headless API" \
--site-mail="admin@example.org" \
--account-name=admin \
--account-pass=admin \
--account-mail=admin@example.org \
--yes
🧑💻 Maintainers
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-12-26