friendsoftypo3 / blog-example
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参考](《[Extbase参考](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/Extbase/Reference/Index.html#extbase-reference)》)的代码示例。
代码示例是自动使用TYPO3文档代码片段工具(《[t3docs-codesnippets](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
标记和发布
通过GitHub钩子启用了 packagist.org。在标记版本时,通过"publish.yml" GitHub工作流程创建TER发布。标记提交的提交信息用作TER上传注释。