定制 helhum/typo3-secure-web 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

helhum/typo3-secure-web

最新稳定版本:v0.3.2

Composer 安装命令:

composer require helhum/typo3-secure-web

包简介

Set up secure TYPO3 web directory containing only public assets

README 文档

README

This package is superseded by TYPO3 Composer installers 4 and 5 (TYPO3 v11 and v12) and the native public/private resources handling.

ℹ️ Show docs for TYPO3 11 (with composer installers 3) and lower

This is a composer package that aims to create a web directory for TYPO3, which only contains the entry scripts and links to public assets.

This package works with all TYPO3 versions higher than 9.5.20.

Installation

composer require helhum/typo3-secure-web

Configuration

Put the following in your root composer.json file:

    "extra": {
        "typo3/cms": {
            "root-dir": "private",
            "web-dir": "public"
        }
    }

This package will then set up the web server document root inside the public folder and TYPO3 inside the private folder. The private folder will look familiar and will contain typo3, typo3conf, fileadmin, typo3temp folders, while public will only have the entry scripts and links to fileadmin, typo3temp/assets and , Resources/Public of all installed (system) extensions.

Note that if your FAL local storage(s) has(have) a different folder name than fileadmin, you need to create links to this(these) folder(s) in the public directory as well.

统计信息

  • 总下载量: 704.86k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 59
  • 点击次数: 1
  • 依赖项目数: 9
  • 推荐数: 0

GitHub 信息

  • Stars: 59
  • Watchers: 10
  • Forks: 12
  • 开发语言: PHP

其他信息

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