Skip to content

A collection of class extensions to the database component of Laravel 4

Notifications You must be signed in to change notification settings

sagetarian/laravel-database-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#laravel-database-extensions

##Class extensions to the database component of Laravel 4

  • Support for ODBC
  • Support for Firebird
  • Model validation based on the Aware bundle from Laravel 3

##config/app.php

'providers' => array(
  	'Illuminati\Database\DatabaseServiceProvider',
),

##composer.json

"repositories": [
    {
        "type": "git",
        "url": "https://github.com/sagetarian/laravel-database-extensions.git"
    }
],

"require": {
  	"sagetarian/laravel-database-extensions" : "dev-master"
},

About

A collection of class extensions to the database component of Laravel 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%