An open API service indexing awesome lists of open source software.

https://github.com/snnipper/ifx-driver

Driver DB Informix
https://github.com/snnipper/ifx-driver

database eloquent-database informix laravel55 package

Last synced: 5 months ago
JSON representation

Driver DB Informix

Awesome Lists containing this project

README

          

## Informix driver DB for laravel 5.5.*

check original proyect : https://github.com/llaiajiale/laravel-ifx

### Installation

For instalation use command

```terminal
$ composer require karddell/ifx-driver
```

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

```terminal
$ php artisan vendor:publish
```
This will copy the configuration file to config/informix.php

### License

Licensed under the [MIT License](http://cheeaun.mit-license.org/).