karddell / ifx-driver
适用于laravel 5.5.*的Informix数据库驱动程序
0.0.4
2018-03-20 18:33 UTC
Requires
- php: ^7.1
- illuminate/database: ^5.5
- illuminate/pagination: ^5.5
- illuminate/support: ^5.5
Requires (Dev)
- fzaninotto/faker: ^1.7
- mockery/mockery: ^1.0
- phpspec/phpspec: ^4.3
- phpunit/phpunit: ^6.5
This package is not auto-updated.
Last update: 2024-09-29 05:41:48 UTC
README
检查原始项目:https://github.com/llaiajiale/laravel-ifx
安装
安装时使用以下命令
$ composer require karddell/ifx-driver
最后,您需要通过运行以下Artisan命令来发布配置文件。
$ php artisan vendor:publish
这将把配置文件复制到config/informix.php
许可证
许可协议为MIT许可证。