Download the PHP package nimbles-nl/laravel-slack without Composer
On this page you can find all versions of the php package nimbles-nl/laravel-slack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nimbles-nl/laravel-slack
More information about nimbles-nl/laravel-slack
Files in nimbles-nl/laravel-slack
Download nimbles-nl/laravel-slack
More information about nimbles-nl/laravel-slack
Files in nimbles-nl/laravel-slack
Vendor nimbles-nl
Package laravel-slack
Short Description Laravel package for sending slack messages
License MIT
Homepage https://github.com/nimbles-nl/laravel-slack
Package laravel-slack
Short Description Laravel package for sending slack messages
License MIT
Homepage https://github.com/nimbles-nl/laravel-slack
Please rate this library. Is it a good library?
Informations about the package laravel-slack
Laravel Slack Package
A laravel package for sending Slack messages
For more information see Slack
Requirements
Laravel 5.1 or later
Installation
Installation is a quick 3 step process:
- Download laravel-slack using composer
- Configure your HTTP Adapter
- Enable the package in app.php
- Configure your Slack credentials
- (Optional) Configure the package facade
Step 1: Download laravel-slack using composer
Add nimbles-nl/laravel-slack by running the command:
Step 2: Configure you HTTP Adapter in your service container
Configure the http adapter in your AppServiceProvider.php
Step 3: Enable the package in app.php
Register the Service in: config/app.php
`
Step 4: Configure Slack credentials
Add this in you .env file
Step 5 (Optional): Configure the package facade
Register the Slack Facade in: config/app.php
`
Usage
`
Or if you want to use facade, add this in your class after namespace declaration:
`
All versions of laravel-slack with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
illuminate/support Version ^5.1
php-http/httplug Version 1.1.*
guzzlehttp/psr7 Version 1.4.*
illuminate/support Version ^5.1
php-http/httplug Version 1.1.*
guzzlehttp/psr7 Version 1.4.*
The package nimbles-nl/laravel-slack contains the following files
Loading the files please wait ....