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

Commit ce06af2

Browse files
authored
Merge pull request #3 from lucasMesquitaBorges/update-package-version
Update package version
2 parents d207c17 + dc48aab commit ce06af2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "library",
66
"require": {
77
"php": "^7.1.3",
8-
"laravel/framework": "^5.6"
8+
"laravel/framework": "^5.6|^5.7"
99
},
1010
"license": "MIT",
1111
"authors": [

0 commit comments

Comments
 (0)