This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Releases: rootinc/laravel-db-url
Releases · rootinc/laravel-db-url
v2.0.1
Changelog
- Update to make usable with Laravel 5.7 (@lucasMesquitaBorges)
v2.0.0
Changelog
- Update package name
rootinc/laravel-db-uri->rootinc/laravel-db-url
Breaking
- Package no longer references previous repo
- Fix:
$ composer remove rootinc/laravel-db-uri$ composer require rootinc/laravel-db-url- change filename
config/db-uri.phptoconfig/db-url.php
v1.0.0
Changelog
- Allow for key paths into database config, like:
connection.pgsql,connection.sqlsrv, or simplyredis. - Skip setting empty values
- Update docs
Breaking
config/db-uri.php. Keys are now'connection.DRIVER' => 'URL'instead of'DRIVER' => 'URL', except fordefault.
v0.1.0
Clarifications