Skip to content

Releases: rishi-ramawat/laravel-postgresql-inherit

Release v2.2: 2017-03-15

15 Mar 08:10
Compare
Choose a tag to compare
Pre-release

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 the Illuminate\Database\Connection::resolverFor method in the register 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

03 Mar 05:47
Compare
Choose a tag to compare
Refactored the code and Updated the README