Get path of the configuration file where a param
- cacaculo
- Member | 1
Hello :)
I see it was asked 4 years ago but no response. Is there a way to
accomplish this?
I need the user to be able to define paths relative to their config files
(which are included later in other config files)
- Rick Strafy
- Nette Blogger | 81
You can use %appDir%
or %vendorDir%
Some exmaples:
includes:
- %appDir%/../config/doctrine.neon
- %vendorDir%/my/package/config/doctrine.neon