public static function create($item)
{
$val = \Validation::forge();
// validate the $item param with ('valid_string', array('alpha', 'numeric', 'dots', 'utf8')
}
It looks like you're new here. If you want to get involved, click one of these buttons!