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

Commit dc48aab

Browse files
Update README with Laravel official support
1 parent ed639f4 commit dc48aab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ specific driver(s) of your choosing.
88

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

11+
> Laravel 5.8+ supports Database URL config officially. See [Laravel Database Config](https://laravel.com/docs/5.8/database#configuration).
12+
1113
## Requirements
12-
(package will likely work with prior versions of Laravel and PHP but is untested)
1314
- PHP >= 7.1.3
14-
- Laravel >= 5.6
15+
- Laravel 5.6 or 5.7
1516

1617
## Installation
1718
`$ composer require rootinc/laravel-db-url`

0 commit comments

Comments
 (0)