bosnadev/database
最新稳定版本:0.21.1
Composer 安装命令:
composer require bosnadev/database
包简介
Eloquent Extended, added some PostgreSQL features
README 文档
README
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/databasein your project root directory. - Add
Bosnadev\Database\DatabaseServiceProvider::classtoconfig/app.php'sprovidersarray.
Then you are done.
Lumen 5.*
- Run
composer require bosnadev/databasein 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
统计信息
- 总下载量: 1.76M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 81
- 点击次数: 1
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-19