Package Data | |
---|---|
Maintainer Username: | emiliopedrollo |
Maintainer Contact: | mirza@bosnadev.com (Mirza Pasic) |
Package Create Date: | 2017-08-02 |
Package Last Update: | 2024-06-28 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:07:11 |
Package Statistics | |
---|---|
Total Downloads: | 5,223 |
Monthly Downloads: | 124 |
Daily Downloads: | 1 |
Total Stars: | 0 |
Total Watchers: | 3 |
Total Forks: | 2 |
Total Open Issues: | 0 |
An extended PostgreSQL driver for Laravel 5.2+ with support for some aditional PostgreSQL data types: hstore, uuid, geometric types (point, path, circle, line, polygon...)
composer require emiliopedrollo/laravel-postgres-extended-schema
in your project root directory.Pedrollo\Database\DatabaseServiceProvider::class
to config/app.php
's providers
array.Then you are done.
composer require emiliopedrollo/laravel-postgres-extended-schema
in your project root directory.$app->register(Pedrollo\Database\DatabaseServiceProvider::class);
to bootstrap/app.php
(under the "Register Service Providers" section)$app->withEloquent();
in bootstrap/app.php