Skip to content

A small command which places a logline in every controller, to start the process of using logs in big projects.

License

Notifications You must be signed in to change notification settings

yinx/treelogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small command which places a logline in every controller, to start the process of using logs in big projects.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages