Skip to content

phoenixgao/laravel-postgres-extended-schema

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Extended laravel database schema to support additional postgresql features.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%