witooh/error

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

dev-master 2013-10-21 06:41 UTC

This package is not auto-updated.

Last update: 2024-05-06 13:51:01 UTC


README

##Install

Add this config into composer json

    "require": {
        "witooh/error": "dev-master"
    }

after run comand php artisan composer update then add this in app.php

    'providers' => array(
        'Witooh\Error\ErrorServiceProvider',
    )