vted / peary
A demo bundle
1.0.5
2017-03-24 13:54 UTC
This package is not auto-updated.
Last update: 2026-03-23 19:50:50 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
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