Skip to content
/ Peary Public

Deploy faster Symfony apps with some prebuild tools

License

Notifications You must be signed in to change notification settings

vtedesco/Peary

Repository files navigation

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

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