Closed ghost closed 5 years ago
I know that cache can be a problem because it will be forgotten.
So in my last commit, I defaulted it to false: https://github.com/igaster/laravel-theme/blob/master/src/Config/themes.php#L41
I agree with your solution, but I didn't want to create .env entries. You can publish the config file and change it as you suggested...
Its ok, I was looking for an opinion about my approach. 😄 Thanks!
Very often me or my colleagues run into problems because theme's configs are being cached. Takes some time until we remember to clear off the cache. I want know what you think about this update to config/themes.php file: