sudhaus7/default-sitepackage 问题修复 & 功能扩展

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

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

sudhaus7/default-sitepackage

Composer 安装命令:

composer require sudhaus7/default-sitepackage

包简介

Sudhaus7 TYPO3 CMS Base Sitepackage

README 文档

README

Get going quickly with TYPO3 CMS.

Prerequisites

Quickstart

  • composer create-project sudhaus7/default-sitepackage project-name ^12
  • cd project-name

Changes (12)

  • init.sh script has been added to manage git init stuff.
  • updates on the entry point for some composer commands

Changes (10 and 11)

  • The typo3/coding-standards is now installed and used
  • a default .php-cs-fixer.php config has been added with a Sudhaus7/B-Factor/12bis3/code711 specific header. If you are not working for Sudhaus7/B-Factor/12bis3/code711 you might want to change that header, otherwise it will be applied to all your files in packages
  • in .githooks a pre-commit hook has been added which will parse to-be-commited php files with the php-cs-fixer
  • a .gitconfig has been added to configure the local .githooks folder
  • On composer create-project git-init will be executed (default branch main) and this .gitconfig will be added to the config.

Setup:

To start an interactive installation, you can do so by executing the following command and then follow the wizard:

php vendor/bin/typo3cms install:setup

Setup unattended (optional):

If you're a more advanced user, you might want to leverage the unattended installation. To do this, you need to execute the following command and substite the arguments with your own environment configuration.

php vendor/bin/typo3cms install:setup \
    --non-interactive \
    --database-user-name=typo3 \
    --database-user-password=typo3 \
    --database-host-name=127.0.0.1 \
    --database-port=3306 \
    --database-name=typo3 \
    --use-existing-database \
    --admin-user-name=admin \
    --admin-password=password \
    --site-setup-type=site

Development server:

While it's advised to use a more sophisticated web server such as Apache 2 or nginx, you can instantly run the project by using PHPs` built-in web server.

Please be aware that the built-in web server is single threaded. Which is ultimately a performance killer and may result in deadlocks if you execute too many requests at once.

License

GPL-2.0 or later

sudhaus7/default-sitepackage 适用场景与选型建议

sudhaus7/default-sitepackage 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 171 次下载、GitHub Stars 达 0, 最近一次更新时间为 2019 年 09 月 30 日, 在 PHP 生态内属于活跃度较高的组件。

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

围绕 sudhaus7/default-sitepackage 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2019-09-30