rcrowe/laravel-database

There is no license information available for the latest version (v0.1.0) of this package.

Brings some missing functionality to the Laravel Database layer.

Maintainers

👁 rcrowe

Package info

github.com/rcrowe/laravel-database

pkg:composer/rcrowe/laravel-database

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2013-09-23 11:24 UTC

Requires

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License d76cd3fbe8caf1daf3c9da1b183cb1d4f8410de9

databaselaravel

This package is auto-updated.

Last update: 2026-06-29 00:58:22 UTC


README

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