codingnninja/lerrors

There is no license information available for the latest version (dev-master) of this package.

Find solutions to programming errors with ease

dev-master 2019-08-25 05:40 UTC

This package is auto-updated.

Last update: 2024-09-25 17:37:02 UTC


README

A laravel package that gives developers super powers to get solutions to laravel errors right in the stack traces through time travelling.

Installation

PHP 5.4+ and Composer are required.

composer require "codingnninja/lerrors @dev"

How to use it?

You only need to add  

\Lerrors::track($exception);

to the render method that is present in app/Exception/Handler.php

Love this?

Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the news!

Don't forget to follow me on twitter!

Thanks! Ayobami.

License

The MIT License (MIT). Please see License File for more information.