Thank you very much for the update @JulienH! @froschdesign the link doesn’t show too much about this specific problem.
I was wondering if this change was documented?
I had a hard time finding examples for the array configs in the global.php file.
That’s the case for all laminas components.
Usually, I find stand-alone examples as you posted above,
then play around until I figure out how to use them in the global.php config and laminas MVC codebase.
Do you maybe know any reference where I can usually find the documentation for the array(s) in the global.php file? global, local, or MVC-based app.
Like this case in laminas-cache, we have
'caches' => [
'cache-name' => [ ... ]
]
But I didn’t find anything in the doc about these array keys.
Literally try this google search link
(Idea: a page could then be created, for example, that is placed in each component for which a corresponding configuration exists.)
The entire documentation of laminas-cache needs a rewrite because a quick start tutorials is missing and also the descriptions for application integrations, including the configuration keys.
Hi, sorry for my late reply! I hope you will get the notification
So, should I report this on GitHub, or would it be better to start a new thread on discourse about this topic? because it is related to all components, not sure if it is “just” a forgotten thing.
I have already created a project on GitHub, which will soon be publicly visible. But feel free to start a new thread and add your idea or wishes there.
It is not missing in all components but it should be found in a consistent place in the individual documentation.