Download the PHP package rcrowe/laravel-database without Composer
On this page you can find all versions of the php package rcrowe/laravel-database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-database
Laravel-Database
Provides extra / missing functionality to Laravels database layer.
Installation
Add rcrowe\laravel-database
as a requirement to composer.json:
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:
Functionality
This library provides the following extra functionality:
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
All versions of laravel-database with dependencies
PHP Build Version
Package Version
No informations.
The package rcrowe/laravel-database contains the following files
Loading the files please wait ....