<?php return [ 'localhost' => 'development', '127\.0\.0\.1' => 'development', '(www\.)?mydomain\.com' => 'production', ];
info at phpclasses dot org