You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…example (javiereguiluz)
This PR was submitted for the 3.0 branch but it was merged into the 3.1 branch instead (closes#6935).
Discussion
----------
Use the standard cache and logs dir for the micro kernel example
This fixes#6868.
Commits
-------
ca53cb5 Use the standard cache and logs dir for the micro kernel example
Micro kernel documentation (https://symfony.com/doc/current/configuration/micro_kernel_trait.html) states that it uses "traditional Symfony application" structure, but since Symfony 3 we have different default locations for
logs/
andcache/
(https://symfony.com/doc/current/configuration/override_dir_structure.html).We should add
getLogDir()
andgetCacheDir()
override examples to fit new directory structure.The text was updated successfully, but these errors were encountered: