riconet / t3-extension-social-clubs-events
此扩展将扩展'rico_social_clubs'与扩展'rico_events'连接起来。
2.0.3
2022-06-14 14:12 UTC
Requires
- parsecsv/php-parsecsv: 1.2.*
- riconet/t3-extension-directory: ^3.0
- riconet/t3-extension-events: ^5.0
- riconet/t3-extension-social-clubs: ^2.0
- typo3/cms-core: ^10.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- helmich/typo3-typoscript-lint: ^2.3
- nimut/testing-framework: ^5.1
- phpmd/phpmd: ^2.9
- phpstan/phpstan: 0.12.*
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-09-14 19:14:53 UTC
README
此扩展将扩展rico_social_clubs与扩展rico_events连接起来。
依赖关系
typo3/cms-core
:^10.4
parsecsv/php-parsecsv
:1.2.*
riconet/t3-extension-social-clubs
:^2.0
riconet/t3-extension-events
:^5.0
riconet/t3-extension-directory
:^3.0
安装
- 通过扩展模块激活扩展。
- 包含静态typo脚本文件。
命令
导出命令
此命令允许您将事件数据导出为CSV文件。
vendor/bin/typo3 rico_social_clubs_events:export ###_START_YEAR_### ###_PIDS_###
参数 | 描述 |
---|---|
###_STARTYEAR### | 搜索事件开始的年份(例如:2020)。 |
###PIDS### | pid列表(例如:"12,155"或"123") |
文件将存储在
fileadmin/export
中。