Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtedesco/peary
Deploy faster Symfony apps with some prebuild tools
https://github.com/vtedesco/peary
bundle php symfony symfony-bundle
Last synced: about 1 month ago
JSON representation
Deploy faster Symfony apps with some prebuild tools
- Host: GitHub
- URL: https://github.com/vtedesco/peary
- Owner: vtedesco
- License: mit
- Created: 2016-01-31T16:49:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T13:55:42.000Z (almost 8 years ago)
- Last Synced: 2024-12-16T03:10:44.238Z (about 1 month ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 errorsTo do :
- View sent emails
- Improved permission accessInterface preview:
![PearyBundle preview](http://i.imgur.com/Su9Fsoh.png)Instalation
-----------Install via composer
```shell
composer require vted/peary
```
Enable the bundle in your kernel
```php
# app/AppKernel.php
$bundles = [
//...
new Vted\PearyBundle\VtedPearyBundle(),
//...
];
```
Add routing
```yaml
# app/config/routing.yml
vted_peary:
resource: "@VtedPearyBundle/Resources/config/routing.yml"
prefix: /_peary/
```Usage
-----------
Go to `yourdomain.com/_peary` to acces the dashboard