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",
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-07-10