antonioribeiro / health

Laravel Health Panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Laravel version:8.11.2] DomainException : Invalid value for config('health.resources.enabled'') when trying to publish config and views

amdadulhoque opened this issue · comments

[Laravel version:8.11.2] DomainException : Invalid value for config('health.resources.enabled'') when trying to publish config and views

@antonioribeiro Can you please suggest me if there is any solution for publish config and views?

Try deleting cache files from your bootstrap/cache directory and run "composer dump-autoload"

Should let you run the publish after that

@metrapk thanks for reply. Found the cache issue later but forgot to close this issue.