2017 © Pedro Peláez
 

symfony-bundle peary

A demo bundle

image

vted/peary

A demo bundle

  • Friday, March 24, 2017
  • by vtedesco
  • Repository
  • 1 Watchers
  • 1 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 4 % Grown

The README.md

PearyBundle

Developpement in progress... Made for implement quickly some tools and monitoring capabilities on new projects. Currently let you : - Log 404 and 500 errors and display them - Display Monolog errors, (*1)

To do : - View sent emails - Improved permission access, (*2)

Interface preview: PearyBundle preview, (*3)

Instalation

Install via composer, (*4)

composer require vted/peary

Enable the bundle in your kernel, (*5)

# app/AppKernel.php
$bundles = [
    //...
    new Vted\PearyBundle\VtedPearyBundle(),
    //...
];

Add routing, (*6)

# app/config/routing.yml
vted_peary:
    resource: "@VtedPearyBundle/Resources/config/routing.yml"
    prefix:   /_peary/

Usage

Go to yourdomain.com/_peary to acces the dashboard, (*7)

The Versions

24/03 2017

dev-master

9999999-dev

A demo bundle

  Sources   Download

MIT

by Vivien Tedesco

monolog symfony2 shipping

24/03 2017

1.0.5

1.0.5.0

A demo bundle

  Sources   Download

MIT

by Vivien Tedesco

monolog symfony2 shipping

03/01 2017

1.0.4

1.0.4.0

A demo bundle

  Sources   Download

MIT

by Vivien Tedesco

monolog symfony2 shipping

03/01 2017

1.0.3

1.0.3.0

A demo bundle

  Sources   Download

MIT

by Vivien Tedesco

monolog symfony2 shipping

05/04 2016

1.0.2

1.0.2.0

A demo bundle

  Sources   Download

MIT

by Vivien Tedesco

monolog symfony2 shipping

12/02 2016

1.0.1

1.0.1.0

A demo bundle

  Sources   Download

MIT

by Vivien Tedesco

monolog symfony2 shipping

11/02 2016

1.0

1.0.0.0

A demo bundle

  Sources   Download

MIT

by Vivien Tedesco

monolog symfony2 shipping