BanckleMarketplace / Banckle.Helpdesk-For-Laravel by masood-anwer

This is a Laravel Package to use Banckle.Helpdesk SDK for PHP in Laravel applications quickly and easily
13
0
4
Package Data
Maintainer Username: masood-anwer
Maintainer Contact: masood.anwer@aspose.com (Masood Anwer)
Package Create Date: 2014-11-14
Package Last Update: 2014-11-14
Language: PHP
License: Unknown
Last Refreshed: 2024-03-26 15:05:10
Package Statistics
Total Downloads: 13
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 4
Total Forks: 0
Total Open Issues: 1

#Banckle.Helpdesk for Laravel

This is a Laravel Package to use Banckle.Helpdesk SDK for PHP in Laravel applications quickly and easily.

Installation

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/helpdesk-laravel and enter your Banckle API Key, email & password.

In config/packages/banckle, rename helpdesk-laravel to helpdesk

Usage

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.