mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 03:01:32 +00:00
updated streamline-setup v2
This commit is contained in:
+58
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
return [
|
||||
"accepted" => "",
|
||||
"active_url" => "",
|
||||
"after" => "",
|
||||
"after_or_equal" => "",
|
||||
"alpha" => "",
|
||||
"alpha_dash" => "",
|
||||
"alpha_num" => "",
|
||||
"array" => "",
|
||||
"before" => "",
|
||||
"before_or_equal" => "",
|
||||
"between" => ["array" => "", "file" => "", "numeric" => "", "string" => ""],
|
||||
"boolean" => "",
|
||||
"confirmed" => "",
|
||||
"custom" => ["attribute-name" => ["rule-name" => ""]],
|
||||
"date" => "",
|
||||
"date_format" => "",
|
||||
"different" => "",
|
||||
"digits" => "",
|
||||
"digits_between" => "",
|
||||
"dimensions" => "",
|
||||
"distinct" => "",
|
||||
"email" => "",
|
||||
"exists" => "",
|
||||
"file" => "",
|
||||
"filled" => "",
|
||||
"image" => "",
|
||||
"in" => "",
|
||||
"in_array" => "",
|
||||
"integer" => "",
|
||||
"ip" => "",
|
||||
"ipv4" => "",
|
||||
"ipv6" => "",
|
||||
"json" => "",
|
||||
"max" => ["array" => "", "file" => "", "numeric" => "", "string" => ""],
|
||||
"mimes" => "",
|
||||
"mimetypes" => "",
|
||||
"min" => ["array" => "", "file" => "", "numeric" => "", "string" => ""],
|
||||
"not_in" => "",
|
||||
"numeric" => "",
|
||||
"present" => "",
|
||||
"regex" => "",
|
||||
"required" => "",
|
||||
"required_if" => "",
|
||||
"required_unless" => "",
|
||||
"required_with" => "",
|
||||
"required_with_all" => "",
|
||||
"required_without" => "",
|
||||
"required_without_all" => "",
|
||||
"same" => "",
|
||||
"size" => ["array" => "", "file" => "", "numeric" => "", "string" => ""],
|
||||
"string" => "",
|
||||
"timezone" => "",
|
||||
"unique" => "",
|
||||
"uploaded" => "",
|
||||
"url" => ""
|
||||
];
|
||||
Reference in New Issue
Block a user