Download the PHP package google/sqlcommenter-laravel without Composer
On this page you can find all versions of the php package google/sqlcommenter-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download google/sqlcommenter-laravel
More information about google/sqlcommenter-laravel
Files in google/sqlcommenter-laravel
Download google/sqlcommenter-laravel
More information about google/sqlcommenter-laravel
Files in google/sqlcommenter-laravel
Vendor google
Package sqlcommenter-laravel
Short Description SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
License MIT
Package sqlcommenter-laravel
Short Description SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
License MIT
Please rate this library. Is it a good library?
Informations about the package sqlcommenter-laravel
sqlcommenter-laravel [In Development]
sqlcommenter is a plugin/middleware/wrapper to augment SQL statements from laravel with comments that can be used later to correlate user code with SQL statements.
Installation
Add this to your composer.json
Install the package
Usage
Publish the config file from library to into laravel app using below command
Add the following class above Illuminate\Database\DatabaseServiceProvider::class
,
in config/app.php
Run unit tests
Run unit tests using below command
All versions of sqlcommenter-laravel with dependencies
PHP Build Version
Package Version
The package google/sqlcommenter-laravel contains the following files
Loading the files please wait ....