antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.95k stars 197 forks source link

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

Closed amdadulhoque closed 3 years ago

amdadulhoque commented 3 years ago

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

metrapk commented 3 years ago

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

Should let you run the publish after that

amdadulhoque commented 3 years ago

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