Download the PHP package teachiq/laravel-command-logger without Composer
On this page you can find all versions of the php package teachiq/laravel-command-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download teachiq/laravel-command-logger
More information about teachiq/laravel-command-logger
Files in teachiq/laravel-command-logger
Package laravel-command-logger
Short Description Log commands with their execution time
License MIT
Homepage https://github.com/teachiq/laravel-command-logger
Informations about the package laravel-command-logger
Deprecation notice
We are no longer using this package in favor of https://github.com/spatie/laravel-schedule-monitor and Oh Dear (https://ohdear.app/).
Log commands with their execution time
Log the start and finish of all commands, along with their execution time. This is especially useful to detect if scheduled commands (for instance every night) run for longer than expected.
Installation
You can install the package via composer:
Usage
The package auto-registers. The log is saved by default to storage/logs/command.log
.
You can configure the pagage by overriding the values in config/command-log.php
if you want. The default values are the following:
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.