Download the PHP package immortalvision/laravel-slack without Composer
On this page you can find all versions of the php package immortalvision/laravel-slack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download immortalvision/laravel-slack
More information about immortalvision/laravel-slack
Files in immortalvision/laravel-slack
Package laravel-slack
Short Description A laravel integration for slack api
License MIT
Homepage https://imvx.org/packages
Informations about the package laravel-slack
Laravel Slack
A laravel integration for slack api
Installation
The recommended way to install this library is through Composer:
$ composer require immortalvision/laravel-slack
If you're not familiar with composer
follow the installation instructions for
Linux/Unix/Mac or
Windows, and then read the
basic usage introduction.
Laravel 5.5 and up
You don't have to do anything else, this package uses the Package Auto-Discovery feature, and should be available as soon as you install it via Composer.
Laravel 5.4 or 5.3
Add the following Service Provider to your config/app.php providers array:
ImmortalVision/LaravelSlack/LaravelSlackServiceProvider::class,
Publish Laravel Configuration Files (All Versions)
php artisan vendor:publish --provider="ImmortalVision\LaravelSlack\LaravelSlackServiceProvider"
Environment Variables
Usage
you can use dependency injection feature in any method of your controller or resolve it through laravel service container:
using dependency injection:
using service container:
Dependencies
The library uses Guzzle as its HTTP communication layer.
We are using maknz/slack as the slack library for now.
License
The MIT License (MIT). Please see License File for more information.