rcrowe/laravel-database

Brings some missing functionality to the Laravel Database layer.
18
Install
composer require rcrowe/laravel-database
Latest Version:v0.1.0
Last Updated:Sep 23, 2013
Links: GitHub  ·  Packagist
Maintainer: rcrowe

Laravel-Database

Provides extra / missing functionality to Laravels database layer.

Installation

Add rcrowe\laravel-database as a requirement to composer.json:

{
    "require": {
        "rcrowe/laravel-sentry": "0.1.*"
    }
}

Update your packages with composer update or install with composer install.

Once Composer has installed or updated your packages you need to register with Laravel itself. Open up app/config/app.php and the existing database service provider 'Illuminate\Database\DatabaseServiceProvider' and replace it with the following:

'rcrowe\Database\DatabaseServiceProvider'

Functionality

This library provides the following extra functionality:

Schema builder

Related Packages

laravel-doctrine/fluent

A fluent PHP mapping driver for Doctrine2.

454,056 43
laravel-doctrine/migrations

Doctrine Migrations for Laravel

2,934,328 78
laravel/database

Get Laravel database for your non laravel projects. Built on top of illuminate/d...

36,155 90
ytake/laravel-couchbase

Couchbase providers for Laravel

52,423 30