mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-13 02:36:08 +01:00
21 lines
585 B
ReStructuredText
21 lines
585 B
ReStructuredText
|
.. highlight:: bash
|
||
|
.. _installation:
|
||
|
|
||
|
============
|
||
|
Installation
|
||
|
============
|
||
|
|
||
|
Install the extension as usual via composer or some other way::
|
||
|
|
||
|
composer require danielsiepmann/tracking
|
||
|
|
||
|
There is no TypoScript included which needs to be included.
|
||
|
|
||
|
Instead further configuration via :file:`Services.yaml` is necessary.
|
||
|
The extension highly depends on the dependency injection feature introduced with TYPO3 v10.
|
||
|
|
||
|
Check corresponding sections about :ref:`pageview` and :ref:`recordview`.
|
||
|
|
||
|
The extension should work out of the box,
|
||
|
but should be configured to the specific installation.
|