PHPackages                             intothesource/powerlogger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. intothesource/powerlogger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

intothesource/powerlogger
=========================

Powerlogger for our laravel CMS

1.0.9(9y ago)0811BSD-2PHP

Since May 24Pushed 9y ago2 watchersCompare

[ Source](https://github.com/intothesource/laravel-powerlogger)[ Packagist](https://packagist.org/packages/intothesource/powerlogger)[ Docs](https://github.com/intothesource/laravel-powerlogger)[ RSS](/packages/intothesource-powerlogger/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)DependenciesVersions (5)Used By (0)

Laravel Powerlogger
-------------------

[](#laravel-powerlogger)

Laravel Powerlogger, logs errors to Slack

Install
-------

[](#install)

```
composer require intothesource/powerlogger
```

After install
-------------

[](#after-install)

#### ServiceProvider

[](#serviceprovider)

Add the following line to "config/app.php"

at "providers":

```
IntoTheSource\Powerlogger\PowerloggerServiceProvider::class,
```

#### Creating the config file

[](#creating-the-config-file)

Run the following command:

```
php artisan vendor:publish
```

#### Edit the config file

[](#edit-the-config-file)

Edit the config file: config/powerlogger.php

```
