2017 © Pedro Peláez
 

library laravel-ifx

Informix DB driver for Laravel 5

image

poyii/laravel-ifx

Informix DB driver for Laravel 5

  • Tuesday, March 13, 2018
  • by llaiajiale
  • Repository
  • 2 Watchers
  • 2 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 3 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

Laravel Informix Database Package

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., (*1)

Please report any bugs you may find., (*2)

Installation

Add poyii/laravel-ifx as a requirement to composer.json:, (*3)

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

And then run composer update, (*4)

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:, (*5)

Poyii\Informix\InformixDBServiceProvider::class,

Finally you need to publish a configuration file by running the following Artisan command., (*6)

$ php artisan vendor:publish

This will copy the configuration file to config/informix.php, (*7)

License

Licensed under the MIT License., (*8)

The Versions

13/03 2018

dev-master

9999999-dev

Informix DB driver for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by llaiayumi

laravel laravel 5 informix ifx

13/03 2018

1.0.4

1.0.4.0

Informix DB driver for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by llaiayumi

laravel laravel 5 informix ifx

20/12 2017

1.0.3

1.0.3.0

Informix DB driver for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by llaiayumi

laravel laravel 5 informix ifx

18/12 2017

1.0.2

1.0.2.0

Informix DB driver for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by llaiayumi

laravel laravel 5 informix ifx

02/08 2017

1.0.0

1.0.0.0

Informix DB driver for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by llaiayumi

laravel laravel 5 informix ifx