az-digital/azqs_module_project 问题修复 & 功能扩展

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

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

az-digital/azqs_module_project

Composer 安装命令:

composer require az-digital/azqs_module_project

包简介

Composer project template for custom Quickstart module.

README 文档

README

The fastest way to create a new module for use in an Arizona Quickstart site.

1. Create project

composer create-project --no-install --ask az-digital/azqs_module_project:dev-main awesome_feature_module
cd awesome_feature_module

2. Rename

Replace these two strings in all files:

  • azqs_module_projectawesome_feature_module
  • azqs-module-projectawesome-feature-module

Files to update:

  • azqs_module_project.info.yml (rename file) to awesome_feature_module.info.yml)
  • composer.json (change az-digital/azqs_module_project to YOUR_ORG/awesome_feature_module)
  • .lando.yml (change az-digital/azqs_module_project to YOUR_ORG/awesome_feature_module and update other references)

3. Start & install

lando start
lando install
lando drush status

4. Rewrite README

Replace this README with real module documentation (overview, features, install, config, maintainer info).

5. Run code quality checks & fixes

lando phpcs
lando phpcbf
lando phpstan

6. Push to new GitHub repo

git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin git@github.com:YOUR_ORG/awesome_feature_module.git
git push -u origin main

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-03-29