hopp / dbutil
A database utility wrapper for the template
Fund package maintenance!
Tjoosten
Requires
- php: >=5.5.9
- illuminate/console: *
- illuminate/support: 5.1.*
This package is not auto-updated.
Last update: 2024-11-13 19:45:46 UTC
README
Simple MySQL laravel Wrapper for database management.
This repo is not in active development.
Installation
Require this package with composer:
composer require Hopp/dbutil
After updating composer, add the ServiceProvider to the providers array in config/app.php
Laravel 5.x
Hopp\dbutil\ServiceProvider::class
If you like to use the facade, add this to your facades in config/app.php
'DbUtil' => Hopp\DbUtil\Facade::class
Security vurnabilities.
If you discover any security related issues, please email Topairy@gmail.com instead of using the issue tracker.
Versioning
Copyright and license
The MIT License (MIT). Please see License File for more information.