trait
Illuminate
/
Database
/
PDO
/
Concerns
/
ConnectsToDatabase
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ConnectsToDatabase
Methods
public
connect ( array $params , $username , $password , array $driverOptions ) : Connection
Create a new database connection.
Parameters
- $params array
- $username string|null
- $password string|null
- $driverOptions array