This package is abandoned and no longer maintained. No replacement package was suggested.

Database Provides Some Extra Database Stuff For Laravel 4.2

v0.1.4-alpha 2015-01-03 19:43 UTC

This package is auto-updated.

Last update: 2022-02-01 12:36:14 UTC


README

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 change log, releases, license, api docs, and contribution guidelines.

WARNING

This package is no longer maintained.

Laravel Database

Build Status Coverage Status Quality Score Software License Latest Version

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:

"graham-campbell/database": "0.1.*"

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).