petrkysela / error-diary
此包最新版本(1.0.3)没有可用的许可证信息。
实时日志模块
1.0.3
2016-01-07 18:03 UTC
Requires
- nette/nette: ^2.3
This package is not auto-updated.
Last update: 2024-09-18 18:11:56 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"
}
]
}