Download the PHP package gnello/laravel-mattermost-driver without Composer
On this page you can find all versions of the php package gnello/laravel-mattermost-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gnello/laravel-mattermost-driver
More information about gnello/laravel-mattermost-driver
Files in gnello/laravel-mattermost-driver
Package laravel-mattermost-driver
Short Description Laravel integration of php-mattermost-driver
License MIT
Homepage https://github.com/gnello/laravel-mattermost-driver
Informations about the package laravel-mattermost-driver
laravel-mattermost-driver
A Laravel integration for the package php-mattermost-driver.
Please referer to the php-mattermost-driver package for further information on using this application.
Installation
Composer
The best way to install php-mattermost-driver is to use Composer:
Read more about how to install and use Composer on your local machine here.
Laravel
After installation launch the command:
to publish the configuration file. You'll find it at config/mattermost.php
If you're on Laravel 5.5 or higher you can wipe the sweat on your forehead: you're done here!
Laravel 5.4 or lower
Otherwise don't give up, you're almost there! Do this:
Add the Gnello\Mattermost\Laravel\MattermostServiceProvider
provider to the providers array in config/app.php:
Then add the facade to your aliases array:
You did it! Now consider updating your version of Laravel!
Configuration
Edit the file config/mattermost.php
as you prefer.
Usage
All versions of laravel-mattermost-driver with dependencies
illuminate/support Version ^5.0||^6.0||^7.0||^8.0||^9.0||^10.0
gnello/php-mattermost-driver Version ^2.3