2017 © Pedro Peláez
 

library powerlogger

Powerlogger for our laravel CMS

image

intothesource/powerlogger

Powerlogger for our laravel CMS

  • Wednesday, January 4, 2017
  • by intothesource
  • Repository
  • 3 Watchers
  • 0 Stars
  • 53 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Laravel Powerlogger

Laravel Powerlogger, logs errors to Slack, (*1)

Install

composer require intothesource/powerlogger

After install

ServiceProvider

Add the following line to "config/app.php", (*2)

at "providers":, (*3)

IntoTheSource\Powerlogger\PowerloggerServiceProvider::class,

Creating the config file

Run the following command:, (*4)

php artisan vendor:publish

Edit the config file

Edit the config file: config/powerlogger.php, (*5)

<?php
    return [
       'customer' => 'Customer Name',           // Customer name eg. Into The Source
       'domain'   => 'test.dev',                // FQDN eg intothesource.com
       'slack'    => 'AAA/BBB/123'              // Slack key
    ];

Error handling

Add the following line in the 'report' method in the file app\Exceptions\Handler.php, (*6)

\IntoTheSource\Powerlogger\Handle::init($e);

The Versions

04/01 2017

dev-master

9999999-dev https://github.com/intothesource/laravel-powerlogger

Powerlogger for our laravel CMS

  Sources   Download

BSD-2

laravel password login reset thesource intothesource powerlogger

24/08 2016

1.0.9

1.0.9.0 https://github.com/intothesource/laravel-powerlogger

Powerlogger for our laravel CMS

  Sources   Download

BSD-2

laravel password login reset thesource intothesource powerlogger

23/08 2016

1.0.8

1.0.8.0 https://github.com/intothesource/laravel-powerlogger

Powerlogger for our laravel CMS

  Sources   Download

BSD-2

laravel password login reset thesource intothesource powerlogger

21/07 2016

1.0.7

1.0.7.0 https://github.com/intothesource/laravel-powerlogger

Powerlogger for our laravel CMS

  Sources   Download

BSD-2

laravel password login reset thesource intothesource powerlogger

24/05 2016

1.0.0

1.0.0.0 https://github.com/intothesource/laravel-powerlogger

Powerlogger for our laravel CMS

  Sources   Download

BSD-2

laravel password login reset thesource intothesource powerlogger