PHPackages                             globit/laravel-ticket - 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. globit/laravel-ticket

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

globit/laravel-ticket
=====================

Help your customer easy send request support for your website

1.0.1(1y ago)08MITCSSPHP &gt;=8.0.2

Since Dec 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jamesctl/laravel-ticket)[ Packagist](https://packagist.org/packages/globit/laravel-ticket)[ Docs](https://packagist.org/packages/globit/laravel-ticket)[ RSS](/packages/globit-laravel-ticket/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

[![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://laravel.com)

[![Build Status](https://github.com/laravel/framework/workflows/tests/badge.svg)](https://github.com/laravel/framework/actions)[![Total Downloads](https://camo.githubusercontent.com/b0a7ee2f3f0208712ecb1081b9d6fcf05045c10cd6f345abcb924f5512c0d346/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)[![Latest Stable Version](https://camo.githubusercontent.com/9e6071b5dd1a4a3bcabe3cca9d97a447d030caeb940f2adbd18699bc0b326702/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)[![License](https://camo.githubusercontent.com/4a64c31c71966d152c876eea1f35e85fbd33d57ddf5754260a41f053aa72c5b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)

Install the ticket package
--------------------------

[](#install-the-ticket-package)

- Run: composer require "globit/laravel-ticket @dev"

Set up the package following the structure after installed ticket
-----------------------------------------------------------------

[](#set-up-the-package-following-the-structure-after-installed-ticket)

### Migrations

[](#migrations)

Copy all migration files from "vendor/globit/laravel-ticket/database/migrations" folder to your application folder "app/database/migrations".

Run: php artisan migrate

### Models

[](#models)

Copy all model files from "vendor/globit/laravel-ticket/app/Models" folder to your application folder "app/Models".

### Controllers

[](#controllers)

Copy the controller files from "vendor/globit/laravel-ticket/app/Http/Controllers/Admin/TicketController.php" to your application folder "app/Http/Controllers/Admin".

### Services

[](#services)

Copy the controller files from "vendor/globit/laravel-ticket/app/Services" folder to your application folder "app/Services".

### Routes

[](#routes)

Copy the ticket.php file from "vendor/globit/laravel-ticket/routes/admin/ticket.php" to your application folder "routes/admin/ticket.php".

- Add the line include('admin/ticket.php'); in your admin route file "routes/admin.php"

### Resources

[](#resources)

Copy all files from "vendor/globit/laravel-ticket/resources/views/admin/general" folder to your application folder "resources/views/admin/general" folder

Copy all files from "vendor/globit/laravel-ticket/resources/views/admin/ticket" folder to your application folder "resources/views/admin/ticket" folder

Copy email folder, vendor folder from "vendor/globit/laravel-ticket/resources/views/" to your application folder "resources/views/" folder

### Configs

[](#configs)

Copy imap.php, mail.php file from "vendor/globit/laravel-ticket/config" folder to your application folder "config".

### Reference folders

[](#reference-folders)

Copy folder "vendor/globit/laravel-ticket/lang" to your application folder "lang".

Copy child folders from "vendor/globit/laravel-ticket/public/themes/" folder to your application folder "public/themes/".

Copy all files from "vendor/globit/laravel-ticket/app/Mail" to your application folder "app/Mail".

### ENV variables

[](#env-variables)

Add these variables to your .env file

- IMAP\_HOST=
- IMAP\_PORT=
- IMAP\_ENCRYPTION=ssl
- IMAP\_VALIDATE\_CERT=true
- IMAP\_USERNAME=
- IMAP\_PASSWORD=
- IMAP\_DEFAULT\_ACCOUNT=default
- IMAP\_PROTOCOL=imap
- MAIL\_MAILER=smtp
- MAIL\_HOST=
- MAIL\_PORT=
- MAIL\_USERNAME=
- MAIL\_PASSWORD=
- MAIL\_ENCRYPTION=ssl
- MAIL\_FROM\_ADDRESS=""
- MAIL\_FROM\_NAME="${APP\_NAME}"

### Access ticket via these endpoints

[](#access-ticket-via-these-endpoints)

- {domain}/admin/ticket

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance41

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Every ~0 days

Total

2

Last Release

495d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44fd361618d47af0b7d7db187197ba96b1eb443495ec4cf8c1acb327bf560008?d=identicon)[vtcentrala](/maintainers/vtcentrala)

---

Top Contributors

[![vtcentrala](https://avatars.githubusercontent.com/u/149662481?v=4)](https://github.com/vtcentrala "vtcentrala (13 commits)")

---

Tags

laravellaravel-ticketGlobit

### Embed Badge

![Health badge](/badges/globit-laravel-ticket/health.svg)

```
[![Health](https://phpackages.com/badges/globit-laravel-ticket/health.svg)](https://phpackages.com/packages/globit-laravel-ticket)
```

###  Alternatives

[yajra/laravel-datatables-html

Laravel DataTables HTML builder plugin

2899.6M48](/packages/yajra-laravel-datatables-html)[yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

2629.1M54](/packages/yajra-laravel-datatables-buttons)[yajra/laravel-datatables

Laravel DataTables Complete Package.

1035.8M51](/packages/yajra-laravel-datatables)[coderflex/laravel-ticket

Laravel Ticket System, to help you manage your tickets eaisly

43178.0k1](/packages/coderflex-laravel-ticket)[binshops/laravel-ticket

A simple ticketing system for Laravel 5.1 – 5.8 and 6.\* - 7.\* - 8.\* - 9.\* - 10.\* -which integrates smoothly with Laravel default users and auth system

261.0k](/packages/binshops-laravel-ticket)

PHPackages © 2026

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