ramlev/drupal-base 问题修复 & 功能扩展

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

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

ramlev/drupal-base

Composer 安装命令:

composer create-project ramlev/drupal-base

包简介

Base Drupal 10 project template for composer based projects.

README 文档

README

This project template provides a fast kickstart to a new Drupal site.

Installation

I assume you know basic Composer and PHP skills.

composer create-project ramlev/drupal-base:dev-develop --no-interaction YOUR_DIR

After that, you can setup your LAMP or whatever based webserver. I normally use DDEV.

With that, you can do something like this.

cd YOUR_DIR
ddev config

## press enter to everything
ddev start

## Wait until it's up and running

## Install the default site
ddev drush si -y

## Change admin user password
ddev drush upwd admin test

Now you can login with `admin` / `test`

Available contrib modules

  • admin_toolbar
  • adminimal_theme
  • module_filter
  • pathauto
  • redirect
  • simple_sitemap
  • token
  • twig_tweak
  • ultimate_cron
  • drush

And some modules, only added with "dev"

  • devel
  • ray_debugger
  • phpstan

Add even more features

You can add more contribs and so on like normally

## Go into your dir
cd YOUR_DIR

## Add the search_api contrib module, or whatever needed.
composer req drupal/search_api

Go into Drupal admin and enable whatever modules and / or themes you need.

Happy hacking

Hasse Ramlev Wilson

Ramlev.dk

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-23