dev-master
9999999-devRocket Chat REST API client for Laravel.
MIT
The Requires
by Alban Afmeti
Wallogit.com
2017 © Pedro Peláez
Rocket Chat REST API client for Laravel.
Rocket-chat is a rest client package for Laravel that you can use to consume Rocket.Chat REST API., (*1)
This package is installed via Composer. To install, simply add it
to your composer.json file:, (*2)
{
"require": {
"noisim/rocket-chat": "dev-master"
}
}
and run composer to update the dependencies composer update., (*3)
Then open your Laravel config file config/app.php and in the $providers array add the service provider for this package., (*4)
\Noisim\RocketChat\RocketChatServiceProvider::class
Finally generate the configuration file running in the console:, (*5)
php artisan vendor:publish --tag=config
Rocket Chat REST API client for Laravel.
MIT