friendsoftypo3 / blog-example
This extension contains code examples used in TYPO3 explained to describe the use of Extbase.
Installs: 182
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 14
Forks: 12
Open Issues: 0
Type:typo3-cms-extension
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-24 05:40:49 UTC
README
TYPO3 extension blog_example
Installation: Can be installed via Composer:
composer req t3docs/blog-example
This example provides the code examples for [Extbase reference] (https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/Extbase/Reference/Index.html#extbase-reference) of the TYPO3 project.
The code examples are automatically extracted with the TYPO3 documentation code-snippet tool (https://github.com/TYPO3-Documentation/t3docs-codesnippets)
After changes to the code the snippets in the TYPO3-Reference-CoreApi have to be regenerated.
ddev exec vendor/bin/typo3 restructured_api_tools:php_domain public/fileadmin/TYPO3CMS-Reference-CoreApi/Documentation/CodeSnippets/
It was originally written by Sebastian Kurfuerst and Jochen Rau (Thanks!) and adjusted over time to reflect current development in the TYPO3 project.
Running tests
Please see CONTRIBUTING.md
Tagging and releasing
packagist.org is enabled via the casual GitHub hook. TER releases are created by the "publish.yml" GitHub workflow when tagging versions. The commit message of the tagged commit is used as TER upload comment.