Download the PHP package miguelalejandroff/laramix without Composer
On this page you can find all versions of the php package miguelalejandroff/laramix. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download miguelalejandroff/laramix
More information about miguelalejandroff/laramix
Files in miguelalejandroff/laramix
Informations about the package laramix
Informix Driver Package for Laravel
laramix
is an Informix Driver Package for Laravel Framework - thanks to @taylorotwell. laramix
is an extension of Illuminate/Database that uses either the PDO extension wrapped into the PDO namespace.
Requirements
- php:
^8.0
- laravel/framework:
^6.0|^8.0
- guzzlehttp/guzzle:
^6.0|^8.0
- illuminate/support:
^6.0|^8.0
- illuminate/database:
^6.0|^8.0
- illuminate/pagination:
^6.0|^8.0
- illuminate/encryption:
^6.0|^8.0
Installation
Require this package in the composer.json
of your laravel project. This will download the requirements package:
Once Composer has installed or updated, you need to register Informix Driver. Open up config/app.php
and find the providers
key and add:
Finally you need to publish a configuration file by running the following artisan command.
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:
Documentation and Usage
Visit Database: Getting Started
License
Licensed under the MIT License.
All versions of laramix with dependencies
php Version ^6.0|^7.0
guzzlehttp/guzzle Version ^6.0|^7.0
illuminate/support Version ^6.0|^7.0
illuminate/database Version ^6.0|^7.0
illuminate/pagination Version ^6.0|^7.0
illuminate/encryption Version ^6.0|^7.0