inviqa / drupal-startup
Drupal 8项目的启动模板。
1.1.0
2019-02-20 11:04 UTC
Requires
- composer/installers: ^1.0
- cweagans/composer-patches: ^1.5.0
- drupal-composer/drupal-scaffold: ^2.0.0
- drupal/admin_toolbar: ^1.0
- drupal/console: ^1.0
- drupal/core: ^8
- drupal/ctools: ^3.0
- drupal/environment_indicator: ^3.0
- drupal/field_group: ^3.0@beta
- drupal/hook_event_dispatcher: ^1.20
- drupal/inline_entity_form: ^1.0-rc1
- drupal/linkit: ^4.3.0
- drupal/login_emailusername: 1.1
- drupal/menu_admin_per_menu: 1.0
- drupal/metatag: 1.7
- drupal/pathauto: 1.3
- drupal/redirect: 1.3
- drupal/roleassign: ^1.0@alpha
- drupal/seckit: 1.1
- drupal/stage_file_proxy: ^1.0@alpha
- drupal/taxonomy_access_fix: 2.6
- drupal/token: 1.5
- drupal/ultimate_cron: ^2.0@alpha
- drush/drush: ^8
- oomphinc/composer-installers-extender: ^1.1
Requires (Dev)
- drupal/devel: ^1.2
- drupal/drupal-extension: ^3.4
- mikey179/vfsstream: ^1.0
- webflo/drupal-core-require-dev: ^8
This package is not auto-updated.
Last update: 2024-09-14 00:34:06 UTC
README
____ _____ _ ____ _____ _ _ ____
/ ___|_ _|/ \ | _ \_ _| | | | _ \
\___ \ | | / _ \ | |_) || | | | | | |_) |
___) || |/ ___ \| _ < | | | |_| | __/
|____/ |_/_/ \_\_| \_\|_| \___/|_|
########################################
Drupal 8 / Lando口味的项目模板
此项目应用作新Drupal 8基于项目的骨架起点。因此,包含了一些假设和有偏见的决策,以启动一个项目,包含您开始所需的一切!
...根据需要删除!
启动我
使用composer在当前目录下启动newproject
。
composer create-project --no-install -s dev inviqa/drupal-startup newproject
更新项目根目录下的.gitignore
。
项目结构
下面的树形结构概述了项目结构和用途。
newproject | ├── conf # container related config (eg. solr) ├── config | └── sync # Drupal config files | ├── doc # Project related documentation | ├── docroot | ├── modules | | └── custom # Custom modules | ├── profiles | | └── custom # Custom install profiles | ├── sites | | └── default # Default site settings | └── themes | └── custom # Custom themes | ├── scripts | ├── deployment # Shell scripts for deployment | ├── development # Shell scripts for local dev | └── common.inc.sh # Shared scripts for all environments | └── test └── behat # Behat tests
开发环境
先决条件
- 安装Docker-for-mac
- 安装 Lando。
注意:与v3.0.0-rc1及以下版本兼容
设置
在项目目录内运行lando start
。
工具
有关更多与Lando相关的命令,请参阅:https://docs.devwithlando.io/config/tooling.html