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: 2025-01-13 16:51:54 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',
    )