You're looking at v1 documentation. The current version is v3. You can find the docs for the current version here.

Integrations

This package naturally integrates well with Laravel packages, since it does not rely on you explicitly specifying database connections.

There are some exceptions, though. Telescope integration, for example, requires you to change the database connection in config/telescope.php to a non-default one, because the default connection is switched to the tenant connection. Some packages should use a central connection for data storage.