friendsoftypo3 / headless-dev-tools
Headless dev tools - helpful code for local development
Installs: 6 038
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 3
Type:typo3-cms-extension
Requires
- php: >= 7.4
- ext-json: *
- friendsoftypo3/headless: ^2.6 | ^3.0 | dev-master
- typo3/cms-core: ^10.4 | ^11.5
Requires (Dev)
- ergebnis/composer-normalize: ^2.15.0
- friendsofphp/php-cs-fixer: ^3.1
- helmich/typo3-typoscript-lint: ^3
- justinrainbow/json-schema: ^5.2
- seld/jsonlint: ^1.8
- symfony/yaml: ^5.3
This package is auto-updated.
Last update: 2024-10-26 17:45:44 UTC
README
Extension provides small tweaks/utilities to help develop TYPO3 in headless way on local environment.
Installation
Install extension using composer
composer require --dev friendsoftypo3/headless-dev-tools
DO NOT USE IN PRODUCTION always install as require-dev only
ViewHelpers
Debug ViewHelper
Just like f:debug
but dies afterwards, so its output is actually visible in the frontend response.
<headlessDevTools:debug title="_all">{_all}</headlessDevTools:debug>