定制 lochmueller/portal 二次开发

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

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

lochmueller/portal

Composer 安装命令:

composer require lochmueller/portal

包简介

Easy to use portal framework with many best practices. Ready to use portal/intranet for TYPO3!

README 文档

README

Easy to use portal framework with many best practices.

Integrations

Base

Core (included):

  • EXT:felogin (for login process)
  • EXT:reactions & EXT:webhooks (for webhook on different user actions)
  • EXT:form (for form processes)
  • EXT:backend (access all records with regular TYPO3 core functions and usage hte backend user access management)

Third party (included):

  • EXT:bootstrap_package (for base styling and theming)
  • EXT:container (for flexible grid system on pages)
  • @todo EXT:language_detection (for language detection and handling)
  • EXT:news (for news handling)
  • EXT:tt_address (for contact database)

Installation

The extension is only available in composer mode, because it is much more flexible, if third party libs have to be included. This example install the portal locally with docker/lando virtualization:

  1. Create the composer based TYPO3 project composer create-project typo3/cms-base-distribution:"^12.4" portal
  2. Switch to new folder cd portal
  3. Install the EXT:portal incl. dependencies composer require lochmueller/portal
  4. Copy Lando base file cp vendor/lochmueller/portal/Resources/Private/Build/Lando/.lando.yml .
  5. Start lando virtualization lando start
  6. Import base DB lando typo3 impexp:import --force-uid --enable-log /app/vendor/lochmueller/portal/Initialisation/data.xml
  7. Copy site configuration mkdir -p config/sites/portal && cp vendor/lochmueller/portal/Initialisation/Site/Portal/config.yaml config/sites/portal/config.yaml
  8. Create a "Local_Admin1" admin user (password is "Local_Admin1") lando typo3:createLocalAdmin
  9. Call https://portal.lndo.site/ & https://portal.lndo.site/typo3/

Credits

Login image:

DEV Create new export file

Export: lando typo3 impexp:export --levels=99 --table=_ALL --record=_ALL --title="EXT:portal Export" data

Import: lando typo3 impexp:import --force-uid --enable-log /app/vendor/lochmueller/portal/Initialisation/data.xml

Ideas

  • EXT:ke_search (for search on fe-group specific data)

  • EXT:fal_protect (for restrict access to FAL resources)

  • EXT:calendarize (Events)

  • EXT:form (Custom Form processes)

  • Core Events EXT:reactions

  • Add reactions

  • Add webhooks

  • Theme ideas: https://startbootstrap.com/previews/sb-admin-2

  • composer require tpwd/ke_search

  • EXT:form registration

  • Kickstart Prozess (Wizard)

  • EXT:oauth2_client

  • https://undraw.co/

"lochmueller/calendarize": "^13.0", "lochmueller/language-detection": "^4.0",

lochmueller/portal 适用场景与选型建议

lochmueller/portal 是一款 基于 HTML 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 1, 最近一次更新时间为 2023 年 07 月 10 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「portal」 「TYPO3 CMS」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

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

围绕 lochmueller/portal 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2023-07-10