chocoholics / exceptional by oburatongoi

A simple way to handle exceptions in Laravel
391
0
2
Package Data
Maintainer Username: oburatongoi
Maintainer Contact: obura@tongoi.com (Obura Tongoi)
Package Create Date: 2017-03-24
Package Last Update: 2017-11-09
Language: PHP
License: MIT
Last Refreshed: 2024-11-20 03:02:03
Package Statistics
Total Downloads: 391
Monthly Downloads: 1
Daily Downloads: 1
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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.