vormkracht10 / laravel-slow-query
Log and notify when slow queries in Laravel happen
Requires
- php: ^7.2
- illuminate/support: ^6.0
- laravel-notification-channels/discord: ^1.1
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2021-09-13 19:54:44 UTC
README
Whenever a query runs slowly in your Laravel app, you probably would like to know about it. That's why we created this simple but effective package, to notify and log all the queries that needs some care within your Laravel app.
Installation
You can install the package via composer:
composer require vormkracht10/laravel-slow-query
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email mark@vormkracht10.nl instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.