t3docs/blog-example

This extension contains code examples used in TYPO3 explained to describe the use of Extbase.

Installs: 6 051

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 13

Forks: 12

Open Issues: 2

Type:typo3-cms-extension


README

Latest Stable Version TYPO3 12 TYPO3 12 Total Downloads Monthly Downloads Build Status

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.

URL
Repository: https://github.com/TYPO3-Documentation/blog_example
TER: https://extensions.typo3.org/extension/blog_example/

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.