2017 © Pedro Peláez
 

library slacklogs

Add a Laravel Service Provider

image

fredbradley/slacklogs

Add a Laravel Service Provider

  • Monday, May 8, 2017
  • by fredbradley
  • Repository
  • 1 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

:warning: Deprecated. Laravel now has a nice native way of doing this much easier.

Install Instructions

Step One

Install this using Composer by adding the following to your shell., (*1)

composer require fredbradley/slacklogs

Or if you're the type of person that likes to edit the composer.json file directly, then add in:, (*2)

"fredbradley/slacklogs": "^1.2.*"

Step Two

Add the Service Provider to you config/app.php. In config/app.php, at the bottom of the array group where it lists "Package Service Providers...", add in:, (*3)

FredBradley\CranleighSchool\SlackServiceProvider::class,

Remember to ensure there's no trailing comma at the end of the array, but that there is one on the line above!, (*4)

Step Three

Publish the config: in your shell write:, (*5)

php artisan vendor:publish --tag=slackconfig

Step Four

Edit your config, in the file config/slacklogs.php - webhook => the slack webhook you have set up at https://slack.com. (More info here) - name => change this if you wish - it will be the name that slack posts as - channel_dev => The name of the channel you wish to post errors of your local environment to - channel_master => The name of the channel you wish to post errors of your production environment to, (*6)

The Versions

08/05 2017

dev-master

9999999-dev

Add a Laravel Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel slack

08/05 2017

1.2.10

1.2.10.0

Add a Laravel Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel slack

08/05 2017

1.2.9

1.2.9.0

Add a Laravel Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel slack

06/04 2017

1.2.8

1.2.8.0

Add a Laravel Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel slack

06/04 2017

1.2.7

1.2.7.0

Add a Laravel Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel slack

06/04 2017

1.2.6

1.2.6.0

Add a Laravel Service Provider

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel slack

06/04 2017

1.2.5

1.2.5.0

My first composer package - trying to learn it with a basic bit of php that does not really do much.

  Sources   Download

MIT

The Requires

 

The Development Requires

snowmode

06/04 2017

1.2.4

1.2.4.0

My first composer package - trying to learn it with a basic bit of php that does not really do much.

  Sources   Download

MIT

The Requires

 

The Development Requires

snowmode

06/04 2017

1.2.3

1.2.3.0

My first composer package - trying to learn it with a basic bit of php that does not really do much.

  Sources   Download

MIT

The Requires

 

The Development Requires

snowmode

06/04 2017

1.2.2

1.2.2.0

My first composer package - trying to learn it with a basic bit of php that does not really do much.

  Sources   Download

MIT

The Requires

 

The Development Requires

snowmode

06/04 2017

1.2.1

1.2.1.0

My first composer package - trying to learn it with a basic bit of php that does not really do much.

  Sources   Download

MIT

The Requires

 

The Development Requires

snowmode

06/04 2017

1.2.0

1.2.0.0

My first composer package - trying to learn it with a basic bit of php that does not really do much.

  Sources   Download

MIT

The Requires

 

The Development Requires

snowmode

06/04 2017

1.0.0

1.0.0.0

My first composer package - trying to learn it with a basic bit of php that does not really do much.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

snowmode