Download the PHP package jeandormehl/laracache without Composer
On this page you can find all versions of the php package jeandormehl/laracache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeandormehl/laracache
More information about jeandormehl/laracache
Files in jeandormehl/laracache
Package laracache
Short Description InterSystems Caché provider for Laravel (ODBC)
License MIT
Homepage https://github.com/jeandormehl/laracache
Informations about the package laracache
InterSystems Caché provider for Laravel (ODBC)
Laracaché
Laracaché is an InterSystems Caché database driver package for Laravel. Laracaché is an extension of Illuminate/Database that uses the php-odbc extension to communicate with Caché. This package plays well with Eloquent.
Quick Installation
PHP >= 8.2 and Laravel >= 11
For Laravel 9 require 2.2.1
Environment variables
Modify your.env
file to look similar to this.
Configuration
Publish a configuration file by running the following Artisan command.
Setup
Create this file /etc/odbc.ini
Install these extra packages and extract the Caché driver file.
[ODBC-2018.1.7.721.0-lnxubuntux64.tar.gz]()
Contribute
You can run this project on VSCODE with Remote Container. Make sure you will use internal VSCODE terminal (inside running container).
License
The MIT License (MIT). Please see License File for more information.
All versions of laracache with dependencies
illuminate/database Version ^11.0
illuminate/support Version ^11.0