petrkysela / error-diary
There is no license information available for the latest version (1.0.3) of this package.
Live Log Module
1.0.3
2016-01-07 18:03 UTC
Requires
- nette/nette: ^2.3
This package is not auto-updated.
Last update: 2026-02-19 01:22:36 UTC
README
bootstrap.php
- define(LOG_DIR, DIR . '/../log');
RouterFactory.php
- $router[] = new Route('error-diary[/]/', 'ErrorDiary:Homepage:default');
composer.json
{
"require": {
...
"petrkysela/error-diary": "^1.0"
}
"repositories": [
{
"type": "vcs",
"url": "git@github.com:kysela-petr/ErrorDiary.git"
}
]
}