buepro/typo3-pizpalue-distribution-base 问题修复 & 功能扩展

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

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

buepro/typo3-pizpalue-distribution-base

Composer 安装命令:

composer require buepro/typo3-pizpalue-distribution-base

包简介

TYPO3 CMS pizpalue distribution base.

README 文档

README

This composer package serves as a base to start new typo3 projects based on pizpalue distribution.

It uses pizpalue version 14 and TYPO3 version 11.

Quick start

  1. Check shell PHP version

    Ensure that the PHP version from the shell is compatible with your TYPO3 version.

  2. Get packages

    composer create-project buepro/typo3-pizpalue-distribution-base pizpalue
    
  3. Enter project directory

    cd pizpalue
    
  4. Setup TYPO3

    php vendor/bin/typo3cms install:setup \
    --no-interaction \
    --use-existing-database \
    --database-host-name="127.0.0.1" \
    --database-port="3306" \
    --database-name="db" \
    --database-user-name="db" \
    --database-user-password="db" \
    --admin-user-name="admin" \
    --admin-password="password" \
    --site-name="Pizpalue site" \
    --web-server-config="apache" \
    --skip-extension-setup
    

    Extension setup is skipped due to a bug in the package helhum/typo3-console.

  5. Setup extensions

    vendor/bin/typo3 extension:setup
    
  6. Review composer.json

    1. Define packages

      Remove the dependency to "buepro/typo3-pizpalue-distribution" and all packages not required by the site.

      NOTE: Just use the needed packages. In many projects just buepro/typo3-pizpalue and buepro/typo3-container-elements are required.

    2. Add repository for site package

      "repositories": [
         {
            "type": "vcs",
            "url": "../../git/typo3-user_pizpalue.git"
         }
      ],
      
    3. Check PHP configuration

      Make sure the PHP version used in the shell and for cron jobs corresponds to the PHP version used for running the website. In case they differ you might need to add a platform configuration to composer.json. A possible platform configuration could look as following:

      "config": {
        "platform": {
          "php": "8.1.9"
        }
      }
      
    4. Finalize installation

      After modifying the composer configuration finalize the installation:

      composer finalize-installation
      
    5. Update root template record

      Not loaded extensions might still have their static template referenced in the root template record. This can result in incorrect rendering issues. To update the root template record open and save the template record on the root page.

    6. Update the core regularly

      To keep the core up to date a cron job might be defined. A possible command could be as following:

      cd ~/httpdocs/pizpalue && composer core-update
      

buepro/typo3-pizpalue-distribution-base 适用场景与选型建议

buepro/typo3-pizpalue-distribution-base 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 365 次下载、GitHub Stars 达 1, 最近一次更新时间为 2020 年 08 月 24 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 buepro/typo3-pizpalue-distribution-base 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 buepro/typo3-pizpalue-distribution-base 我们能提供哪些服务?
定制开发 / 二次开发

基于 buepro/typo3-pizpalue-distribution-base 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2020-08-24