hopp/dbutil

A database utility wrapper for the template

Fund package maintenance!
Tjoosten

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:database

dev-master 2016-09-14 01:44 UTC

This package is not auto-updated.

Last update: 2024-04-17 16:59:51 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.