2017 © Pedro Peláez
 

symfony-bundle log-viewer-bundle

Provides a quick way to access application logs

image

itn/log-viewer-bundle

Provides a quick way to access application logs

  • Friday, January 16, 2015
  • by K-Phoen
  • Repository
  • 2 Watchers
  • 2 Stars
  • 4,450 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ITNLogViewerBundle

Provides a quick way to access application logs., (*1)

Installation

Composer

Add itn/log-viewer-bundle to your required field. Then install/update your dependencies., (*2)

app/AppKernel.php

Register the ITNLogViewerBundle:, (*3)

# app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new ITN\Bundle\LogViewerBundle\ITNLogViewerBundle(),
    );
}

Routing

Add the following route in the app/config/routing.yml file., (*4)

log_show:
    pattern:   /log/{env}
    defaults:  { _controller: ITNLogViewerBundle:Default:index }

NB: The logs will then be publicly accessible. It's up to you to restrict the access to this route., (*5)

License

This bundle is under the MIT licence., (*6)

The Versions

16/01 2015

dev-master

9999999-dev

Provides a quick way to access application logs

  Sources   Download

MIT

The Requires

 

by Pierre Tachoire

16/01 2015

1.0.1

1.0.1.0

Provides a quick way to access application logs

  Sources   Download

MIT

The Requires

 

by Pierre Tachoire

02/07 2013

1.0.0

1.0.0.0

Provides a quick way to access application logs

  Sources   Download

MIT

The Requires

 

by Pierre Tachoire