We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfce863 commit 7d1ef29Copy full SHA for 7d1ef29
README.md
@@ -23,6 +23,24 @@ Laravel Postgres Extended Schema
23
24
Forked from Bosnadev's original work https://github.com/Bosnadev/Database
25
26
+## Installation
27
+
28
+`$ composer require phoenixgao/laravel-postgres-extended-schema`
29
30
+## Usage
31
32
+Add our service provider into `config/app.php`:
33
34
+```php
35
+<?php
36
+ ...
37
+ 'providers' => [
38
39
+ Bosnadev\Database\DatabaseServiceProvider::class,
40
+ ],
41
42
+```
43
44
This library extends PostgreSQL driver for Laravel 5 with support for:
45
46
### Additional PostgreSQL data types:
@@ -32,4 +50,3 @@ This library extends PostgreSQL driver for Laravel 5 with support for:
50
* network address types
51
52
### Table Inheritance
-
0 commit comments