mkgor/beautiful-errors

Makes errors and exceptions more informative and beautiful

Maintainers

Package info

github.com/mkgor/beautiful-errors

pkg:composer/mkgor/beautiful-errors

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0 2020-04-30 20:31 UTC

This package is auto-updated.

Last update: 2026-03-01 00:31:25 UTC


README

Simple library which can make your console errors more beautiful and informative

Installation

You can install it via composer

composer require mkgor/beautiful-errors

Usage

To initialize error handler, just call \BeautifulErrors\Handler::setupHandlers(); method in your code (as early as you can)

Demo

Beautiful errors OFF:

Image

Beautiful errors ON:

Image