承接 indus-action-initiatives/rte-mis-project 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

indus-action-initiatives/rte-mis-project

最新稳定版本:2.1

Composer 安装命令:

composer create-project indus-action-initiatives/rte-mis-project

包简介

Project template for RTE-MIS projects.

README 文档

README

Overview

This project template provides a starter kit for managing your site dependencies with Composer.

Requirements

  • Composer - You can download composer from here
  • Lando (v3.11) - You can follow the instructions for downloading lando from here.

Usage

Note: Currently this project is being dev state.

You can create the project with -

composer create-project indus-action-initiatives/rte-mis-project:dev-main <project-name>

After creating the project you will need to change few things inside the .lando.yml file

  • Change the project name
name: rte-mis-project
  • Change the DRUSH_OPTIONS_URI for the tooling options with drush.
drush:
    service: appserver
    cmd: vendor/drush/drush/drush
    env:
      DRUSH_OPTIONS_URI: "https://rte-mis-project.lndo.site"

After changing the .lando.yml you can run -

lando start

What does the template do?

This project tempalte uses lando for setting up drupal site.

  • This project adds a few contrib modules that is being generally used in Innoraft
  • With help of lando, xdebug is setup automatically for the sites. And various tooling options are being provided for enabling and disabling the xdebug.
  • innoraft/drupal-quality-checker has been used for maintaing drupal coding standards. Also lando tooling has been provided for using phpcs & phpcbf.
  • Various configuration files being used for nginx, mysql & vhosts has used according to Innoraft needs, located inside the .lando directory.

Setup Xdebug & VScode with this project.

  • This project is setup with the changes php.ini file & lando.yml file changes.
  • Also lanunch.json has been updated inside .vscode directory.
  • To enable xdebug with vscode you will need to add an extension PHP Debug

Use of phpcs & phpcbf tools with VScode

  • lando tooling has already being added so lando phpcs & lando phpcbf can be use for using phpcs & phpcbf tools.
  • In order to integrate phpcs & phpcbf with vscode i.e. to use Format file on save or linting drupal coding standards you can use two extensions phpcs & phpcbf. Settings for these extensions are being added in the project.

Recommended modules

  • drupal/admin_audit_trail - This module track logs of specific events that you'd like to review. The events performed by the users (using the forms) are saved in the database and can be viewed on the page admin/reports/audit-trail.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Shell

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2024-06-20