graham-campbell / database
Database Provides Some Extra Database Stuff For Laravel 4.2
Requires
- php: >=5.4.7
- illuminate/database: ~4.2
- illuminate/events: ~4.2
- illuminate/pagination: ~4.2
- illuminate/support: ~4.2
- illuminate/validation: ~4.2
Requires (Dev)
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.
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).