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

This package is not auto-updated.

Last update: 2024-06-26 17:11:59 UTC


README

ErrorDiary

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"
		}
	]
}