Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit c9656e1

Browse files
committed
Clarifications
1 parent df13fec commit c9656e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Drop-in package to translate a database URI into database config values. No more
33
`config/database.php` file.
44

55
This is meant to help prevent the need for manually parsing database URIs, like the ones that come from Heroku or AWS.
6-
to use than manually parsing a URI into it's host, password, username, port, (etc.) components.
6+
It will take a URI and assign host, password, username, port, (etc.) components to the default driver or
7+
specific driver(s) of your choosing.
78

89
This __will override__, at runtime, any `default` database connection values for `host`, `port`, `username`, `password`, and `database`
910

0 commit comments

Comments
 (0)