riesjart / laravel-database-helpers

Laravel database helper functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version

Current release: v0.1.6

This repository uses Semantic Versioning (SemVer) v2.0.0.

Requirements

  • PHP >= 7.1
  • Laravel >= 5.5 (<= 7.x)

Installation

Pull this package in through Composer.

composer require riesjart/laravel-database-helpers "^0.1"

There is no service provider that needs to be registered in your Laravel application.

Features

Helper functions

  • mysql_version
  • normalize_connection
  • query_dump
  • query_listen
  • query_log

About

Laravel database helper functions


Languages

Language:PHP 100.0%