t3docs / blog-example
此扩展包含用于说明Extbase使用的TYPO3代码示例。
13.0.0
2024-05-02 11:18 UTC
Requires
- typo3/cms-backend: ^13.1 || dev-main
- typo3/cms-core: ^13.1 || dev-main
- typo3/cms-extbase: ^13.1 || dev-main
- typo3/cms-fluid: ^13.1 || dev-main
- typo3/cms-install: ^13.1
Requires (Dev)
- ergebnis/composer-normalize: ~2.42.0
- friendsofphp/php-cs-fixer: ^3.52
- phpstan/phpstan: ^1.10
This package is auto-updated.
Last update: 2024-09-14 04:58:47 UTC
README
TYPO3扩展 blog_example
安装: 可以通过Composer安装: composer req t3docs/blog-example
此示例提供了TYPO3项目[Extbase参考](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/Extbase/Reference/Index.html#extbase-reference)的代码示例。
代码示例自动由TYPO3文档代码片段工具提取(https://github.com/TYPO3-Documentation/t3docs-codesnippets)
代码更改后,必须在TYPO3-Reference-CoreApi中重新生成代码片段。
ddev exec vendor/bin/typo3 restructured_api_tools:php_domain public/fileadmin/TYPO3CMS-Reference-CoreApi/Documentation/CodeSnippets/
最初由Sebastian Kurfuerst和Jochen Rau编写(感谢!)并随着时间的推移调整,以反映TYPO3项目中的当前开发。
运行测试
请参阅 CONTRIBUTING.md
标记和发布
packagist.org 通过GitHub钩子启用。当标记版本时,通过 "publish.yml" GitHub工作流程创建TER发布。标记提交的提交信息用作TER上传注释。