vted / peary
A demo bundle
Installs: 73
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
This package is not auto-updated.
Last update: 2024-11-04 13:29:59 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