Releases: rishi-ramawat/laravel-postgresql-inherit
Releases · rishi-ramawat/laravel-postgresql-inherit
Release v2.2: 2017-03-15
Added support for Laravel 5.4
-
We were previously binding a service container binding for a
db.connection.pgsql
key in order to resolve a custom database instance. Laravel 5.4 docs suggest we should use theIlluminate\Database\Connection::resolverFor
method in theregister
method of our Custom Service Provider instead. -
I have renamed the Blueprint to PostgresBlueprint as it is a Postgres specific thing.
-
I also have deferred the loading of the provider for performance improvements.
Release v2.1.1: 2017-03-03
Refactored the code and Updated the README