Thanks for your reply,
I already use this new driver and this my code
$auth = Authenticate::basic(env('DB_USERNAME_NEO4J'), env('DB_PASSWORD_NEO4J'));
$client = ClientBuilder::create()
->withDriver('bolt', env('DB_BOLT_NEO4J'), $auth)
->withDefaultDr...