vted/peary

A demo bundle

Installs: 72

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.5 2017-03-24 13:54 UTC

This package is not auto-updated.

Last update: 2024-09-09 12:45:54 UTC


README

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

To do :

  • View sent emails
  • Improved permission access

Interface preview: PearyBundle preview

Instalation

Install via composer

composer require vted/peary

Enable the bundle in your kernel

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

Add routing

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

Usage

Go to yourdomain.com/_peary to acces the dashboard