Files
invoiceninja5_ynh/scripts/config
T
2026-03-12 13:10:24 -05:00

11 lines
295 B
Plaintext

# Cache needs to be cleared after updating vars through 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
}
ynh_app_config_run $1