2017 © Pedro Peláez
 

library slack-notification-builder

Fluent notification builder for Laravel

image

exfriend/slack-notification-builder

Fluent notification builder for Laravel

  • Tuesday, May 8, 2018
  • by exfriend
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 9 % Grown

The README.md

Slack Notification Builder

Fluent notification builder for Laravel, (*1)

Installation on Laravel 5.5+

Install package:, (*2)

composer require exfriend/slack-notification-builder, (*3)

Publish configuration:, (*4)

php artisan vendor:publish, (*5)

Edit config/slack-notification-builder.php, (*6)

Usage


slack( '#payday' ) ->from( 'Cashier' ) ->image( 'http://icons.iconarchive.com/icons/webalys/kameleon.pics/512/Cashier-2-icon.png' ) ->send( 'Testing this' );

Work in progress, (*7)

The Versions

08/05 2018

dev-master

9999999-dev

Fluent notification builder for Laravel

  Sources   Download

MIT

by Avatar exfriend

08/05 2018

1.1

1.1.0.0

Fluent notification builder for Laravel

  Sources   Download

MIT

by Avatar exfriend

08/05 2018

1.0

1.0.0.0

Fluent notification builder for Laravel

  Sources   Download

MIT

by Avatar exfriend