| Package Data | |
|---|---|
| Maintainer Username: | honarkhah |
| Maintainer Contact: | sayadaazami@gmail.com (sayad aazami) |
| Package Create Date: | 2017-01-07 |
| Package Last Update: | 2017-07-15 |
| Home Page: | https://bosnadev.com |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:24:50 |
| Package Statistics | |
|---|---|
| Total Downloads: | 109 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, geometric types (point, path, circle, line, polygon...)
composer require Mammutgroup/database in your project root directory.Mammutgroup\Database\DatabaseServiceProvider::class to config/app.php's providers array.Then you are done.
composer require Mammutgroup/database in your project root directory.$app->register(Mammutgroup\Database\DatabaseServiceProvider::class); to bootstrap/app.php (under the "Register Service Providers" section)$app->withEloquent(); in bootstrap/app.php