Download the PHP package boliveirasilva/laravel-firebird without Composer
On this page you can find all versions of the php package boliveirasilva/laravel-firebird. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download boliveirasilva/laravel-firebird
More information about boliveirasilva/laravel-firebird
Files in boliveirasilva/laravel-firebird
Package laravel-firebird
Short Description A Firebird database package for the Laravel 5.4 Framework
License MIT
Informations about the package laravel-firebird
laravel-firebird
To use this package:
Installation
Install the Firebird PDO driver for PHP.
Mariuz's Blog has a very good step by step on this: http://mapopa.blogspot.com/2009/04/php5-and-firebird-pdo-on-ubuntu-hardy.html
For Laravel 5.4 support use:
Update the app/config/app.php
, add the service provider:
You can remove the original DatabaseServiceProvider, as the original connection factory has also been extended.
Declare your connection in the database config, using 'firebird' as the connecion type. Other keys that are needed:
And add to your .env
If necessary, change the UTF8 to any other charset
This package is still in it's infancy and I wouldn't yet recommend using it for large projects, or without backing up your database regularly.
Any comments or contributions are welcome.
All versions of laravel-firebird with dependencies
ext-pdo Version *
illuminate/support Version ~5.4
illuminate/container Version ~5.4
illuminate/database Version ~5.4
illuminate/events Version ~5.4