'required|min:4:max:255', 'description' => 'required|min:3', ]; /** * Validation custom messages for this model * * @var array */ static public $messages = [ ]; /** * Get all the rows as an array (ready for dropdowns) * * @return array */ public static function getAllLists() { return $NAME$::orderBy('title')->lists('title', 'id'); } }