Package Data | |
---|---|
Maintainer Username: | masood-anwer |
Maintainer Contact: | masood.anwer@aspose.com (Masood Anwer) |
Package Create Date: | 2014-10-02 |
Package Last Update: | 2014-10-14 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2024-11-11 15:17:48 |
Package Statistics | |
---|---|
Total Downloads: | 15 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
#Banckle.Chat for Laravel
This is a Laravel Package to use Banckle.Chat SDK for PHP in Laravel applications quickly and easily.
Add the following lines to your composer.json file.
Run from terminal.
Add package to the list of providers. In config/app.php, add the following line to the providers array.
Publish config files from the terminal.
Edit the new config file in the config/packages/banckle/chat-laravel and enter your Banckle API Key, email & password.
In config/packages/banckle, rename chat-laravel to chat
Anywhere in your application when you need to access class, just do:
This will return you object of class and you can access properties and methods of class.