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:
- Create the composer based TYPO3 project
composer create-project typo3/cms-base-distribution:"^12.4" portal - Switch to new folder
cd portal - Install the EXT:portal incl. dependencies
composer require lochmueller/portal - Copy Lando base file
cp vendor/lochmueller/portal/Resources/Private/Build/Lando/.lando.yml . - Start lando virtualization
lando start - Import base DB
lando typo3 impexp:import --force-uid --enable-log /app/vendor/lochmueller/portal/Initialisation/data.xml - Copy site configuration
mkdir -p config/sites/portal && cp vendor/lochmueller/portal/Initialisation/Site/Portal/config.yaml config/sites/portal/config.yaml - Create a "Local_Admin1" admin user (password is "Local_Admin1")
lando typo3:createLocalAdmin - 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
"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 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 lochmueller/portal 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Client for Keboola Developer Portal
GraphQL authentication for your headless Craft CMS applications.
Set Links with a specific language parameter
Supercharged text field validation.
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
An interactive tour through the TYPO3 backend.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-07-10