yinx / treelogger by yinx

A small command which places a logline in every controller, to start the process of using logs in big projects.
26
0
2
Package Data
Maintainer Username: yinx
Maintainer Contact: mr.deleeuw@gmail.com (Philippe Damen)
Package Create Date: 2016-05-24
Package Last Update: 2016-05-30
Language: PHP
License: MIT
Last Refreshed: 2024-04-15 15:07:23
Package Statistics
Total Downloads: 26
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Treelogger

StyleCI

For laravel 4 switch to the laravel-4 branch.

Installation

Require this package with composer:

composer require yinx/treelogger

Next add the ServiceProvider to the providers array in config/app.php

Yinx\TreeLogger\TreeLoggerServiceProvider::class,

Usage

Adding the log-lines

php artisan controller:logs:add

Append --v to get a verbose output.

Removing the log-lines

php artisan controller:logs:remove

Append --v to get a verbose output.

Credits

Contributors

  • Thanks to Evert Arnould (Contact@evertarnould.be)