phenaproxima/xb-demo 问题修复 & 功能扩展

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

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

phenaproxima/xb-demo

Composer 安装命令:

composer create-project phenaproxima/xb-demo

包简介

A demo of Drupal Canvas with the Drupal brand.

README 文档

README

Drupal Canvas (or Canvas for short) is Drupal's next-generation page building tool, currently under heavy development on drupal.org. This is a demo package of Drupal to try out Drupal Canvas with a demo design system and sample pages. 😎

This repository is intended to provide a throwaway demo of Drupal Canvas. While Drupal Canvas is stable, this demo was not built in a way to be used as a starting point.

Additionally, this demo project will be abandoned when a Drupal CMS stable release includes sufficient functionality to supersede the demo. That is expected in January 2026.

You ABSOLUTELY SHOULD NOT use this project to build a real site.

This Is How the Demo Looks Like

Drupal Canvas Demo Screenshot

Getting Started with the Demo 🚀

We strongly recommend using DDEV (version 1.24.2 or later) to run this project, since it includes everything you'll need.

Cloning the repository locally is not required!

Instead, in a terminal with DDEV installed, run the following commands to spin it up:

mkdir canvas-demo
cd canvas-demo
ddev config --project-type=drupal11 --docroot=web

# For DDEV v1.24.2 or newer:
ddev composer create-project phenaproxima/xb-demo --stability=dev
# For DDEV v1.24.1 or older, upgrade DDEV or run this instead:
# ddev composer create phenaproxima/xb-demo --stability=dev

ddev drush si -y
ddev drush user:login canvas/editor/canvas_page/1

Now open the link Drush generated at the end to go right into Drupal Canvas.

You don't have to use DDEV; any tech stack that supports Drupal should work just fine.

Issues and Help

统计信息

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

GitHub 信息

  • Stars: 67
  • Watchers: 10
  • Forks: 18
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2025-01-27