chocoholics/exceptional

A simple way to handle exceptions in Laravel
393
Install
composer require chocoholics/exceptional
Latest Version:v0.0.4
License:MIT
Last Updated:Nov 9, 2017
Links: GitHub  ·  Packagist
Maintainer: driftdares

Exceptional

This is an elegant way to handle exceptions in Laravel apps.

Installation

Compatible with Laravel 5. To install, run:

$ composer install chocoholics/exceptional.

Usage

To use, simply add the Exceptional trait to the desired Eloquent model

use Chocoholics\Exceptional\Exceptional;

class YourClassName
{
    use Exceptional;
}

Security Vulnerabilities

If you discover a security vulnerability within Exceptional, please send an e-mail to Obura Tongoi at obura@tongoi.com. All security vulnerabilities will be promptly addressed.

License

The Exceptional package is open-sourced software licensed under the MIT license.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

617,346,630 9,703
laravel/framework

The Laravel Framework.

558,184,770 34,846
laravel/tinker

Powerful REPL for the Laravel framework.

468,807,761 7,441