Download the PHP package vcromeiro/laravel-firebird without Composer
On this page you can find all versions of the php package vcromeiro/laravel-firebird. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vcromeiro/laravel-firebird
More information about vcromeiro/laravel-firebird
Files in vcromeiro/laravel-firebird
Package laravel-firebird
Short Description Firebird database driver for the Laravel Framework
License MIT
Informations about the package laravel-firebird
Firebird for Laravel
This package adds support for the Firebird PDO driver in Laravel applications. Support for Laravel 5.5 to 8.x with PHP 7.1+ and Firebird 1.5 or 2.5
Installation
You can install the package via composer:
The package will automatically register itself.
Declare the connection within your config/database.php
file, using firebird
as the
driver:
To register this package in Lumen, you'll also need to add the following line to the service providers in your config/app.php
file:
$app->register(\Firebird\FirebirdServiceProvider::class);
Limitations
This package does not support database migrations and it should not be used for this use case.
Credits
This package was originally forked from acquestvanzuydam/laravel-firebird with enhancements from sim1984/laravel-firebird and harrygulliford/laravel-firebird.
License
Licensed under the MIT licence.
All versions of laravel-firebird with dependencies
illuminate/support Version ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0
illuminate/container Version ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0
illuminate/database Version ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0
illuminate/events Version ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0