定制 seguce92/laravel-ifx 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

seguce92/laravel-ifx

最新稳定版本:1.2.1

Composer 安装命令:

composer require seguce92/laravel-ifx

包简介

Informix DB driver for Laravel 5, 6, 7, 8, 9

README 文档

README

Laravel-ifx is an Informix Database Driver package for Laravel Framework - thanks @taylorotwell. Laravel-ifx is an extension of Illuminate/Database that uses either the PDO extension wrapped into the PDO namespace.

Please report any bugs you may find.

Installation

Add Seguce92/laravel-ifx as a requirement to composer.json:

{
    "require": {
        "Seguce92/laravel-ifx": "1.0.0"
    }
}

And then run composer update

Once Composer has installed or updated your packages you need to register Informix DB. Open up config/app.php and find the providers key and add:

Seguce92\Informix\InformixDBServiceProvider::class,

Finally you need to publish a configuration file by running the following Artisan command.

$ php artisan vendor:publish

This will copy the configuration file to config/informix.php

License

Licensed under the MIT License.

统计信息

  • 总下载量: 185
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 29
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-11