Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.26 KB

File metadata and controls

55 lines (41 loc) · 2.26 KB

Laravel Postgres Extended Schema

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

SensioLabsInsight

Forked from Bosnadev's original work https://github.com/Bosnadev/Database

Installation

$ composer require phoenixgao/laravel-postgres-extended-schema

Usage

Add our service provider into config/app.php:

<?php
    ...
    'providers' => [
        ...
        Bosnadev\Database\DatabaseServiceProvider::class,
    ],
    ...

This library extends PostgreSQL driver for Laravel 5 with support for:

Additional PostgreSQL data types:

  • hstore
  • uuid
  • geometric types (point, path, circle, line, polygon...)
  • network address types

Table Inheritance