Giter Club home page Giter Club logo

airbrake-laravel's Introduction

Airbrake Laravel Package

Latest Stable Version Total Downloads Latest Unstable Version License

The master branch is for Laravel 5! For Laravel 4 check out the laravel4 branch.

Versions starting with 0.* are for Laravel 4 Versions starting with 1.* are for Laravel 5

This is a Laravel package for utilizing Airbrake API to collect errors.

It Supports ErrBit just change the host in the config.

Install

First pull in the packages as a dependency

composer require rigor789/airbrake-laravel 

Then add the ServiceProvider to your config/app.php

    ...
    'providers' => [
  
        ...
        'rigor789\AirbrakeLaravel\AirbrakeServiceProvider',
        ...

    ],
    ...
  

Once you have added the ServiceProvider to your app you will need to do some basic configuration. This can be done in your .env file:

AIRBRAKE_ENABLED=true
AIRBRAKE_API_KEY=your_api_key

You can also publish the config file for more advanced configuration options:

php artisan vendor:publish --provider="rigor789\AirbrakeLaravel\AirbrakeServiceProvider"

Then you can enable error reporting also in the config, and customize it as you want. You are good to go!

Issues

If you find any issues, submit a report here

Contributing

If you want to contribute, just submit a pull request.

License

Licensed under the MIT license. See the LICENSE file for details.

airbrake-laravel's People

Contributors

adamtester avatar jamesmills avatar php-workx avatar rigor789 avatar shkeats avatar tomahock avatar

Watchers

 avatar  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.