Add config panel for mail address and mail name

This commit is contained in:
CodeShakingSheep
2026-02-08 23:41:43 -06:00
parent c39556a60c
commit e498090402
7 changed files with 72 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
# we need to clear invoiceninja's cache after updating vars
# through the config-panel.
ynh_app_config_apply() {
_ynh_app_config_apply
pushd "$install_dir"
# Optimize the framework for better performance
php$phpversion artisan optimize --no-interaction --verbose
popd
}