| Package Data | |
|---|---|
| Maintainer Username: | emiliopedrollo |
| Maintainer Contact: | mirza@bosnadev.com (Mirza Pasic) |
| Package Create Date: | 2017-08-02 |
| Package Last Update: | 2025-07-29 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:03:48 |
| Package Statistics | |
|---|---|
| Total Downloads: | 5,649 |
| Monthly Downloads: | 34 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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