2017 © Pedro Peláez
 

library monitor

Monitor logs queries.log and laravel.log

image

resultsystems/monitor

Monitor logs queries.log and laravel.log

  • Thursday, February 15, 2018
  • by emtudo
  • Repository
  • 2 Watchers
  • 5 Stars
  • 246 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 120 % Grown

The README.md

# Monitor log queries and laravel.log

Package abandoned because the package: https://github.com/laravel/telescope be much better and with many options.

Thanks for more than 2 thousand installations., (*1)

For Laravel 5.5-5.7

composer require resultsystems/monitor

or

In the **require** key of **composer.json** file add the following:

```php
"resultsystems/monitor": "~0.3"

In your config/app.php add 'ResultSystems\Monitor\MonitorServiceProvider::class' to the end of the 'providers' array:, (*2)

'providers' => array(
    ...
    ...
    ResultSystems\Monitor\MonitorServiceProvider::class,
),

Usage:

This tailing storage/logs/laravel.log, (*3)

php artisan monitor:laravel

This will create a queries.log file inside of storage/logs directory and tailing the file., (*4)

php artisan monitor:queries

This will delete queries.log., (*5)

php artisan monitor:queries --stop

The Versions

15/02 2018

dev-master

9999999-dev

Monitor logs queries.log and laravel.log

  Sources   Download

MIT

The Requires

 

by Leandro Henrique Reis

laravel log db monitor

15/02 2018

0.2.0

0.2.0.0

Monitor logs queries.log and laravel.log

  Sources   Download

MIT

The Requires

 

by Leandro Henrique Reis

laravel log db monitor

01/11 2017

0.1.0

0.1.0.0

Monitor logs queries.log and laravel.log

  Sources   Download

MIT

The Requires

 

by Leandro Henrique Reis

laravel log db monitor