Download the PHP package graham-campbell/database without Composer
On this page you can find all versions of the php package graham-campbell/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download graham-campbell/database
More information about graham-campbell/database
Files in graham-campbell/database
Package database
Short Description Database Provides Some Extra Database Stuff For Laravel 4.2
License MIT
Informations about the package database
Laravel Database
Laravel Database was created by, and is maintained by Graham Campbell, and provides some extra database stuff for Laravel 4.2. Feel free to check out the contribution guidelines.
WARNING
This package is no longer maintained.
Installation
PHP 5.4+ or HHVM 3.3+, and Composer are required.
To get the latest version of Laravel Database, simply add the following line to the require block of your composer.json
file:
You'll then need to run composer install
or composer update
to download it and have the autoloader updated.
You can now utilise the classes in this package to speed up writing Laravel packages further. There are no service providers to register.
Configuration
Laravel Database requires no configuration. Just follow the simple install instructions and go!
Usage
There is currently no usage documentation besides the API Documentation for Laravel Database.
License
Laravel Database is licensed under The MIT License (MIT).
All versions of database with dependencies
illuminate/database Version ~4.2
illuminate/events Version ~4.2
illuminate/pagination Version ~4.2
illuminate/support Version ~4.2
illuminate/validation Version ~4.2