kimai / www.kimai.org

Website for the Kimai time-tracker
https://www.kimai.org
GNU Affero General Public License v3.0
18 stars 86 forks source link

Clear Cache Functionality #180

Closed mbiolsi closed 1 year ago

mbiolsi commented 1 year ago

Would it be possible to add a plugin that would allow us to clear cache from Kimai? When editing templates, it can take a lot of time to edit code, clear cache, edit code, clear cache.

kevinpapst commented 1 year ago

Switch to dev mode (read symfony docs or the kimai developer docs). Basically that means installing composer packages without "no-dev" flag and then switching APP_ENV=dev in your .env file.

Dev mode will reload changed templates on any page reload.

Next time, please post here: https://github.com/kevinpapst/kimai2/discussions