Download the PHP package bugslife/query_notice without Composer
On this page you can find all versions of the php package bugslife/query_notice. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bugslife/query_notice
More information about bugslife/query_notice
Files in bugslife/query_notice
Download bugslife/query_notice
More information about bugslife/query_notice
Files in bugslife/query_notice
Vendor bugslife
Package query_notice
Short Description In laravel,When you listen sql query and notice your by email.You can use this repository.
License MIT
Package query_notice
Short Description In laravel,When you listen sql query and notice your by email.You can use this repository.
License MIT
Please rate this library. Is it a good library?
Informations about the package query_notice
query_notice
In laravel,When you listen sql query and notice your by email.You can use this repository.
Installation
Provider
Resource & Config
migrations
Usage
You can use it in the entire project, or use the middleware locally.Support log query or email to relevant developers.
Use it in the entire project.Set config/queryNotice.php.default is close.
Use the middleware locally.Set app\Http\Kernel.php.and use it.
Write notice in log.Set config/queryNotice.php.default is open.
Write notice in log.When sql query run time is not greater than max time.Don't write in log? true is write.Set config/queryNotice.php.default is open.
Notice in users email.Set config/queryNotice.php.default is close.
Extend your notice type
You can extends "BugsLife\QueryNotice\Format\Format.php" and write function run().Set your format in "config\queryNotice.php".
Demo
set Switch
Feature
1.Write in database.
All versions of query_notice with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package bugslife/query_notice contains the following files
Loading the files please wait ....