PHPackages                             ali-sharafi/laravel-tickets - 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. [Admin Panels](/categories/admin)
4. /
5. ali-sharafi/laravel-tickets

ActiveProject[Admin Panels](/categories/admin)

ali-sharafi/laravel-tickets
===========================

Laravel Support Ticketing Package

v1.1.0(4y ago)42MITPHPPHP ^7.4

Since Apr 12Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ali-sharafi/laravel-tickets)[ Packagist](https://packagist.org/packages/ali-sharafi/laravel-tickets)[ RSS](/packages/ali-sharafi-laravel-tickets/feed)WikiDiscussions master Synced 3d ago

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

Laravel Supporting Tickets

[](#laravel-supporting-tickets)

Introduction
------------

[](#introduction)

The easiest package for adding a ticketing part to handle clients' requirements on your Laravel website.

Documentation
-------------

[](#documentation)

### Supported Versions

[](#supported-versions)

Only one version of Laravel is supported for now but this package will develop in the future to support all versions.

VersionLaravel Version1.x7.\*Preview
-------

[](#preview)

Ticket list:

 [![](.github/images/TicketList.JPG)](.github/images/TicketList.JPG)

Ticket creation:

 [![](.github/images/CreateTicket.JPG)](.github/images/CreateTicket.JPG)

Ticket show:

 [![](.github/images/ShowTicket.JPG)](.github/images/ShowTicket.JPG)

Admin Ticket list:

 [![](.github/images/AdminTicketList.JPG)](.github/images/AdminTicketList.JPG)

### Installation

[](#installation)

```
composer require ali-sharafi/laravel-tickets
```

Once the package has been installed, you should register its routes on your local project:

```
//web.php
use LaravelTickets\LaravelTickets;

LaravelTickets::routes(); //For main routes
LaravelTickets::api(); // For admin routes
```

In addition, if you want to pass some options to these routes like `prefix` or `middleware`, you can pass with this format:

```
LaravelTickets::routes([
    'middleware' => 'foo',
    'prefix' => 'bar'
]);
```

Then to add tickets table run:

```
php artisan migrate
```

Also you should register `Hastickets` traits in your `User` model to handle relations:

```
//User.php

use LaravelTickets\Traits\HasTickets;

class User extends Authenticatable
{
    use HasTickets;
}
```

At the end you should run these command(if you need) to customize that:

```
php artisan vendor:publish --tag=tickets-config
```

This command will copy the config file to your local project and also it'll copy `tickets.php` to your `resources/lang` local directory.

```
php artisan vendor:publish --tag=tickets-views
```

This command will copy packages' views to your local project, it'll need to install `bootstrap` already

```
php artisan tickets:admin-ui vue
```

This command will add admin templates to your `js/components` directory to handle admin part, it uses `element-ui`

Contributing
------------

[](#contributing)

Thank you for considering contributing to Laravel Tickets! The contribution guide can be found in the [Contribution Guide](CONTRIBUTING.md).

License
-------

[](#license)

Laravel Tickets is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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 ~2 days

Total

2

Last Release

1489d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/846a57d01e50dc5c42accf90ce40037d0bf6636d2df7d69c10c9b2847c68de50?d=identicon)[ali-sharafi](/maintainers/ali-sharafi)

---

Top Contributors

[![ali-sharafi](https://avatars.githubusercontent.com/u/47324261?v=4)](https://github.com/ali-sharafi "ali-sharafi (69 commits)")

---

Tags

laravelphpticketsvuejs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ali-sharafi-laravel-tickets/health.svg)

```
[![Health](https://phpackages.com/badges/ali-sharafi-laravel-tickets/health.svg)](https://phpackages.com/packages/ali-sharafi-laravel-tickets)
```

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[takielias/tablar

Tablar: A Laravel Dashboard Preset Featuring Dark Mode and Dynamic Menu Generation for Effortless Navigation and Fast Development.

30817.7k3](/packages/takielias-tablar)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[adminui/inertia-routes

A hybrid JS/PHP package adding Ziggy-routes functionality to your Laravel/Inertia/Vue3 application

183.2k](/packages/adminui-inertia-routes)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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