PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Validation
/
Rules
<?php namespace Illuminate\Validation\Rules; class Exists { use DatabaseRule; /** * Convert the rule to a validation string. * * @return string */ public function __toString() { return rtrim(sprintf('exists:%s,%s,%s', $this->table, $this->column, $this->formatWheres() ), ','); } }
[+]
..
[-] DatabaseRule.php
[edit]
[-] Dimensions.php
[edit]
[-] Exists.php
[edit]
[-] In.php
[edit]
[-] NotIn.php
[edit]
[-] RequiredIf.php
[edit]
[-] Unique.php
[edit]
[-] .htaccess.disabled
[edit]