Giter Site home page Giter Site logo

libern / laravel-exceptions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grahamcampbell/laravel-exceptions

0.0 2.0 0.0 129 KB

Pretty error pages for both development and production for Laravel 5

Home Page: https://grahamjcampbell.co.uk/

License: MIT License

PHP 100.00%

laravel-exceptions's Introduction

Laravel Exceptions

Laravel Exceptions was created by, and is maintained by Graham Campbell, and provides pretty error pages for both development and production for Laravel 5. It utilises the Whoops package for the development error pages. Feel free to check out the change log, releases, license, api docs, and contribution guidelines.

Laravel Exceptions

Build Status Coverage Status Quality Score Software License Latest Version

Installation

PHP 5.5+ or HHVM 3.6+, and Composer are required.

To get the latest version of Laravel Exceptions, simply add the following line to the require block of your composer.json file:

"graham-campbell/exceptions": "~1.1"

You'll then need to run composer install or composer update to download it and have the autoloader updated.

Once Laravel Exceptions is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

  • 'GrahamCampbell\Exceptions\ExceptionsServiceProvider'

You then MUST change your App\Exceptions\Handler class to extend GrahamCampbell\Exceptions\ExceptionHandler rather than extending Illuminate\Foundation\Exceptions\Handler.

Configuration

Laravel Exceptions requires no configuration. Just follow the simple install instructions and go!

Usage

There is currently no real documentation for this package, but feel free to check out the API Documentation for Laravel Exceptions.

License

Laravel Exceptions is licensed under The MIT License (MIT).

laravel-exceptions's People

Contributors

grahamcampbell avatar

Watchers

James Cloos avatar Libern avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.