2017 © Pedro Peláez
 

library laravel-exception-slacker

Sends Laravel Exceptions to your Slack

image

alexlg89/laravel-exception-slacker

Sends Laravel Exceptions to your Slack

  • Thursday, April 12, 2018
  • by Alexlg89
  • Repository
  • 2 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Exception Slacker

The Laravel Exception Slacker is a Laravel Package, that informs you via Slack if an Exception is thrown., (*1)

Installing

Add the dependency to your project:, (*2)

composer require alexlg89/laravel-exception-slacker

Since Laravel 5.5 the service provider will autmatically get registered. In older versions you have to add the Service Provider to the config/app.php, (*3)

'providers' => [
    // ...
    Alexlg89\LaravelExceptionSlacker\LaravelExceptionSlackerServiceProvider::class,
];

Publish the config file with:, (*4)

php artisan vendor:publish --provider="Alexlg89\LaravelExceptionSlacker\LaravelExceptionSlackerServiceProvider"

The value slack_webhook_url is the URL to your Slack Webhook., (*5)

That's it!, (*6)

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

12/04 2018

dev-master

9999999-dev https://github.com/Alexlg89/laravel-exception-slacker

Sends Laravel Exceptions to your Slack

  Sources   Download

MIT

The Requires

  • php >=5.6

 

by Alexander Elert

12/04 2018

1

1.0.0.0 https://github.com/Alexlg89/laravel-exception-slacker

Sends Laravel Exceptions to your Slack

  Sources   Download

MIT

The Requires

  • php >=5.6

 

by Alexander Elert