realityloop/foundry 问题修复 & 功能扩展

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

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

realityloop/foundry

Composer 安装命令:

composer create-project realityloop/foundry

包简介

Composer project template for the Drupal Foundry install profile using a relocated document root

README 文档

README

This composer template downloads Drupal with the Foundry install profile and all of it's dependencies as a relocated document root.

The Foundry install profile is designed to be a good starting point for most websites, with a particular focus on administration experience.

Recommended usage

Create a directory for your project then use the composer create-project command to download the required code as shown here (you will require php 8.3 to execute this):

composer create-project -s dev realityloop/foundry [destination]

Install Drupal using quickstart

This method is ideal for testing quickly.

php ./web/core/scripts/drupal quick-start foundry

Install Drupal using ddev

This method is great for development purposes.

  1. First install ddev https://ddev.com/get-started/
  2. Then from the project root execute the following commands:
ddev start
ddev ssh #Connect to container
drush si --existing-config -y #Install site

For production use we suggest a contaier based workflow such as docker or kubernetes.

Contributing

This project uses conventional commits https://www.conventionalcommits.org/en/v1.0.0/

You will need nodejs v16.x installed for local development, we assume you will be using nvm.

Before undertaking any development tasks on your local machine we request that you execute the following 3 commands from the project directory so that your commits meet the standards:

nvm use stable
npm i
git config core.hooksPath .git-hooks

Any PR's without conventional commit messages will be closed.

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

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