2017 © Pedro Peláez
 

library laravel-database

Brings some missing functionality to the Laravel Database layer.

image

rcrowe/laravel-database

Brings some missing functionality to the Laravel Database layer.

  • Monday, September 23, 2013
  • by rcrowe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel-Database

Provides extra / missing functionality to Laravels database layer., (*1)

Installation

Add rcrowe\laravel-database as a requirement to composer.json:, (*2)

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

Update your packages with composer update or install with composer install., (*3)

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:, (*4)

'rcrowe\Database\DatabaseServiceProvider'

Functionality

This library provides the following extra functionality:, (*5)

Schema builder

  • character has been added to the schema builder (MySql / Postgre). Use like $table->character('field', 6). Taken from http://forums.laravel.io/viewtopic.php?id=7320

The Versions

23/09 2013

dev-master

9999999-dev

Brings some missing functionality to the Laravel Database layer.

  Sources   Download

The Development Requires

database laravel

23/09 2013

v0.1.0

0.1.0.0

Brings some missing functionality to the Laravel Database layer.

  Sources   Download

The Development Requires

database laravel