diff --git a/app/Rules/Port.php b/app/Rules/Port.php new file mode 100644 index 000000000..7225509c0 --- /dev/null +++ b/app/Rules/Port.php @@ -0,0 +1,34 @@ + 65535) { + $fail('The :attribute must be less or equal to 65535.'); + } + } +}