Eloquent::exists PHP Méthode

exists() public static méthode

Determine if any rows exist for the current query.
public static exists ( ) : boolean
Résultat boolean
        public static function exists()
        {
            return \Illuminate\Database\Query\Builder::exists();
        }
Eloquent