Download the PHP package bosnadev/database without Composer
On this page you can find all versions of the php package bosnadev/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bosnadev/database
More information about bosnadev/database
Files in bosnadev/database
Download bosnadev/database
More information about bosnadev/database
Files in bosnadev/database
Vendor bosnadev
Package database
Short Description Eloquent Extended, added some PostgreSQL features
License MIT
Homepage https://bosnadev.com
Package database
Short Description Eloquent Extended, added some PostgreSQL features
License MIT
Homepage https://bosnadev.com
Please rate this library. Is it a good library?
Informations about the package database
Laravel Postgres Extended
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...)
Getting Started
Laravel 5.2+
- Run
composer require bosnadev/database
in your project root directory. - Add
Bosnadev\Database\DatabaseServiceProvider::class
toconfig/app.php
'sproviders
array.
Then you are done.
Lumen 5.*
- Run
composer require bosnadev/database
in your project root directory. - Add
$app->register(Bosnadev\Database\DatabaseServiceProvider::class);
tobootstrap/app.php
(under the "Register Service Providers" section) - Uncomment the line
$app->withEloquent();
inbootstrap/app.php
All versions of database with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
illuminate/database Version ^5.0|^6.0|^7.0|^8.0
ramsey/uuid Version ^3.0|^4.0
doctrine/dbal Version ^2.5|^3.0
illuminate/database Version ^5.0|^6.0|^7.0|^8.0
ramsey/uuid Version ^3.0|^4.0
doctrine/dbal Version ^2.5|^3.0
The package bosnadev/database contains the following files
Loading the files please wait ....