michalsn / codeigniter-htmx

HTMX helper library for CodeIgniter 4 framework
https://michalsn.github.io/codeigniter-htmx/
MIT License
75 stars 15 forks source link

fix: Crash when caching config #73

Closed neznaika0 closed 1 month ago

neznaika0 commented 1 month ago

See https://github.com/codeigniter4/CodeIgniter4/issues/9181

It is not recommended to use config('Paths') Configuration caching will stop working. This applies to all configurations that do not extend BaseConfig.

neznaika0 commented 1 month ago

We hurried :smile: