PHPackages                             webwork/customersupport - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. webwork/customersupport

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webwork/customersupport
=======================

Simple customer support tool for Laravel

1.0(10y ago)4123MITPHPPHP &gt;=5.4.0

Since Dec 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/khachik1990/laravel-customer-support)[ Packagist](https://packagist.org/packages/webwork/customersupport)[ RSS](/packages/webwork-customersupport/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Laravel Customer Support
========================

[](#laravel-customer-support)

This package will allow you to add a full customer support system into your Laravel application.

Leave some feedback
-------------------

[](#leave-some-feedback)

[How are you using laravel-customer-support?](https://github.com/khachik1990)

Features
--------

[](#features)

Installation (Laravel 5.x)
--------------------------

[](#installation-laravel-5x)

In composer.json:

```
"require": {
    "webwork/customersupport":"1.0"
}

```

Run:

```
composer update

```

Add the service provider to `config/app.php` under `providers`:

```
'providers' => [
    Webwork\Customersupport\CustomersupportServiceProvider::class,
]

```

Publish Assets

```
php artisan vendor:publish --provider="Webwork\Customersupport\CustomersupportServiceProvider"

```

Update config file to reference your User Model:

```
config/customersupport.php

```

Migrate your database:

```
php artisan migrate

```

Examples
--------

[](#examples)

- [Controller](https://github.com/khachik1990/laravel-customer-support/tree/master/src/Webwork/Customersupport/examples/TicketsController.php)
- [Routes](https://github.com/khachik1990/laravel-customer-support/tree/master/src/Webwork/Customersupport/examples/routes.php)
- [Views](https://github.com/khachik1990/laravel-customer-support/tree/master/src/Webwork/Customersupport/examples/views)

**Note:** These examples use the [laravelcollective/html](http://laravelcollective.com/docs/5.0/html) package that is no longer included in Laravel 5 out of the box. Make sure you require this dependency in your `composer.json` file if you intend to use the example files.

Example Projects
----------------

[](#example-projects)

- [Customer support project](https://github.com/khachik1990/laravel-customer-support-demo-project)

Security
--------

[](#security)

If you discover any security related issues, please email [Khachik Tadevosyan](mailto:tadevosyan.khachik@gmail.com) instead of using the issue tracker.

Credits
-------

[](#credits)

- [Khachik Tadevosyan](https://github.com/khachik1990)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3801d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/723257c3054b598af0b25e659168b45d69c1c51a1e3bf41f24ad9ed8630baba5?d=identicon)[khachik1990](/maintainers/khachik1990)

---

Top Contributors

[![khachik1990](https://avatars.githubusercontent.com/u/9740627?v=4)](https://github.com/khachik1990 "khachik1990 (3 commits)")

---

Tags

laravelsupportcustomer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webwork-customersupport/health.svg)

```
[![Health](https://phpackages.com/badges/webwork-customersupport/health.svg)](https://phpackages.com/packages/webwork-customersupport)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.1M30](/packages/prologue-alerts)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
