2017 © Pedro Peláez
 

library exceptional

A simple way to handle exceptions in Laravel

image

chocoholics/exceptional

A simple way to handle exceptions in Laravel

  • Thursday, November 9, 2017
  • by oburatongoi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 356 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 13 % Grown

The README.md

Exceptional

This is an elegant way to handle exceptions in Laravel apps., (*1)

Installation

Compatible with Laravel 5. To install, run:, (*2)

$ composer install chocoholics/exceptional., (*3)

Usage

To use, simply add the Exceptional trait to the desired Eloquent model, (*4)

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., (*5)

License

The Exceptional package is open-sourced software licensed under the MIT license., (*6)

The Versions

09/11 2017

dev-master

9999999-dev

A simple way to handle exceptions in Laravel

  Sources   Download

MIT

09/11 2017

v0.0.4

0.0.4.0

A simple way to handle exceptions in Laravel

  Sources   Download

MIT

20/10 2017

v0.0.3

0.0.3.0

A simple way to handle exceptions in Laravel

  Sources   Download

MIT

20/10 2017

v0.0.2

0.0.2.0

A simple way to handle exceptions in Laravel

  Sources   Download

MIT

20/10 2017

0.0.2

0.0.2.0

A simple way to handle exceptions in Laravel

  Sources   Download

MIT

24/03 2017

v0.0.1

0.0.1.0

A simple way to handle exceptions in Laravel

  Sources   Download

MIT