PHPackages                             joeri-abbo/laravel-slack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. joeri-abbo/laravel-slack

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

joeri-abbo/laravel-slack
========================

Laravel slack Package

0214[2 PRs](https://github.com/Joeri-Abbo/laravel-slack/pulls)PHPCI passing

Since Mar 31Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/Joeri-Abbo/laravel-slack)[ Packagist](https://packagist.org/packages/joeri-abbo/laravel-slack)[ RSS](/packages/joeri-abbo-laravel-slack/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (5)Used By (0)

### Laravel Slack

[](#laravel-slack)

[![Test](https://github.com/Joeri-Abbo/laravel-slack/actions/workflows/test.yml/badge.svg)](https://github.com/Joeri-Abbo/laravel-slack/actions/workflows/test.yml)[![Test](https://github.com/Joeri-Abbo/laravel-slack/actions/workflows/psalm.yml/badge.svg)](https://github.com/Joeri-Abbo/laravel-slack/actions/workflows/psalm.yml)[![Test](https://github.com/Joeri-Abbo/laravel-slack/actions/workflows/composer-normalize.yml/badge.svg)](https://github.com/Joeri-Abbo/laravel-slack/actions/workflows/composer-normalize.yml)[![Test](https://github.com/Joeri-Abbo/laravel-slack/actions/workflows/php-normalize.yml/badge.svg)](https://github.com/Joeri-Abbo/laravel-slack/actions/workflows/php-normalize.yml)

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

- Php 8 and up
- Laravel 9

### Installation

[](#installation)

To get started require the package with composer.

```
composer require joeri-abbo/laravel-slack
```

Publish the package for laravel

```
php artisan vandor:publish --provider="JoeriAbbo\LaravelSlack\LaravelSlackServiceProvider"
```

Now go to your config folder and edit the slack.php file. Add your channel id and channel name like below

```
