2017 © Pedro Peláez
 

yii2-extension yii2-log-tail

Yii2 console command to easily tail the application log

image

vladyslavstartsev/yii2-log-tail

Yii2 console command to easily tail the application log

  • Saturday, September 30, 2017
  • by vladyslavstartsev
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Inspired by spatie/laravel-tail, (*1)

Tail your logs with yii2 console, (*2)

How to install

  • composer require vladyslavstartsev/yii2-log-tail
  • Go to (or create) your console LogController and drop in
    public function actions()
    {
        return [
            'tail' => ['class' => '\VladyslavStartsev\YiiLogTail\Actions\TailAction'],
        ];
    }
  • Done! your should see your logs tailed by running ./yii log/tail.

How to use

  • ./yii log/tail - tails your logs

parameters

lines - number of lines to tail. use it like this ./yii log/tail, (*3)

Questions

  • Why it was written as action and not as separate controller?

The reason is because LogController seems to be popular name for me. By using action, you can just "inject" it wherever you want, (*4)

  • Why did you use Laravel Collections ?

There are 2 reasons of it, (*5)

  1. They have very neat API
  2. yii2 collections was not stable at the moment of the development

Contributing

Contributions are welcome and will be fully credited., (*6)

We accept contributions via Pull Requests on Github., (*7)

The Versions

30/09 2017

dev-master

9999999-dev https://github.com/vladyslavstartsev/yii2-log-tail

Yii2 console command to easily tail the application log

  Sources   Download

MIT

The Requires

 

by Vladyslav Startsev

log development yii2 tail yii2-tail

30/09 2017

0.1.0

0.1.0.0 https://github.com/vladyslavstartsev/yii2-log-tail

Yii2 console command to easily tail the application log

  Sources   Download

MIT

The Requires

 

by Vladyslav Startsev

log development yii2 tail yii2-tail