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
If you run capro config app.domain it works as expected.
But if you want to print the complete "app" array (config/app.yml file) - it just prints empty array:
λ capro config app
Array
(
[app] =>
)
Even though it contains many items...
It might be the LiteConfig package that needs to be updated?
The text was updated successfully, but these errors were encountered:
If you run
capro config app.domain
it works as expected.But if you want to print the complete "app" array (
config/app.yml
file) - it just prints empty array:Even though it contains many items...
It might be the LiteConfig package that needs to be updated?
The text was updated successfully, but these errors were encountered: