<?php /* * Springy Framework Configuration File. * * Used for "production" environment. * * If removed, only conf/template.php will be used. */ return [ 'debug' => false, 'auto_reload' => false, ];
info at phpclasses dot org