Download the PHP package goodnesskay/laravel-slack without Composer
On this page you can find all versions of the php package goodnesskay/laravel-slack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download goodnesskay/laravel-slack
More information about goodnesskay/laravel-slack
Files in goodnesskay/laravel-slack
Package laravel-slack
Short Description A Laravel Package that makes Invitation to Slack Channels seamless
License MIT
Informations about the package laravel-slack
LARAVEL SLACK PACKAGE
This package was built for easy integration of automatic Slack invite into your Laravel Project instead of writing codes from scratch or with another programming language. If your web project is built on Laravel and you need to handle Automatic Slack Invite, this package makes that job seamless. Enjoy!!!
Requirement
Installation
To install into your project, run the command below in your terminal.
Once the package is done being installed, register the service provider. Open config/app.php
and add the following to the providers
key.
After that, register the Facade in the same config/app.php
file:
Finally, this project requires GuzzleHttp Client. Install it by running this in your terminal
Configure
Publish the config file LaravelSlack.php
to config folder,
the Views folder of the package named Slack to the resources/views
folder and LaravelSlackController.php
to App\Http\Controller
folder
How it Works
After following all the information stated above, what next to do are:
A) Copy the code below to your .env
file and make changes to the values.
Note: Make sure you include the quotation mark.
To get your Slack Api Token, check https://api.slack.com/custom-integrations/legacy-tokens and go to Legacy Token Generator to issue the token.
B) Copy the code below into your route file routes/web.php
C) Use php artisan serve
and check your slack invite page on http://locahost:8000/slack
You should see this:
Contribute
You can fork
this package, contribute
and submit a pull request
. I will really love it.
You want to appreciate me?
You can appreciate me by starring this repository and follow me on Github , twitter and subscribe to my Youtube Channel!
I love you too.
Goodness Kayode | Pusher of Codes
License
MIT License (MIT).