xy2z / capro

PHP8 static site generator
MIT License
8 stars 2 forks source link

Config command: Dump files not working #9

Closed xy2z closed 1 year ago

xy2z commented 1 year ago

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?

xy2z commented 1 year ago

Done - Fixed in LiteConfig v1.2.2.