Skip to content

Commit

Permalink
update: add more information about package
Browse files Browse the repository at this point in the history
  • Loading branch information
archytech99 committed Jan 9, 2021
1 parent 69f65c0 commit 8c13d1d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Informix Driver Package for Laravel

`laramix` is an Informix Driver Package for [Laravel Framework](http://laravel.com/) - thanks [@taylorotwell](https://github.com/taylorotwell). `laramix` is an extension of [Illuminate/Database](https://github.com/illuminate/database) that uses either the PDO extension wrapped into the PDO namespace.
`laramix` is an Informix Driver Package for [Laravel Framework](http://laravel.com/) - thanks to [@taylorotwell](https://github.com/taylorotwell). `laramix` is an extension of [Illuminate/Database](https://github.com/illuminate/database) that uses either the PDO extension wrapped into the PDO namespace.

## Requirements

Expand Down Expand Up @@ -39,6 +39,27 @@ php artisan vendor:publish --provider="Archytech\Laravel\Ifx\InformixServiceProv

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

## Configure `.env` files

Add this configuration to `.env` file in the root of your project:

```dotenv
# Informix #
DB_CONNECTION=informix
DB_IFX_HOST=127.0.0.1
DB_IFX_SERVICE=9188
DB_IFX_DATABASE=laravel
DB_IFX_USERNAME=informix
DB_IFX_PASSWORD=
DB_IFX_SERVER=ol_informix07
DB_IFX_URI=
DB_IFX_TOKEN=
```

## Documentation and Usage

Visit [Database: Getting Started](https://laravel.com/docs/7.x/database)

## License

Licensed under the [MIT License](LICENSE).

0 comments on commit 8c13d1d

Please sign in to comment.