mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 11:56:10 +01:00
[TASK] Add a little description howto extend configuration
This commit is contained in:
parent
4f7ccef2f6
commit
4da6e2fec7
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
||||||
Using custom (non-typoscript) configuration
|
Using custom (non-typoscript) configuration
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
|
When you are in need of your own non-typoscript configuration, you can create your own
|
||||||
|
Configuration Container using the TYPO3 Dependency Injection handler.
|
||||||
|
|
||||||
|
Example: Configuration through LocalConfiguration.php
|
||||||
|
-----------------------------------------------------
|
||||||
|
|
||||||
Configure your custom ext_localconf.php::
|
Configure your custom ext_localconf.php::
|
||||||
|
|
||||||
\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Object\Container\Container::class)
|
\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Object\Container\Container::class)
|
||||||
|
|
Loading…
Reference in a new issue