PHPackages                             paksuco/lara-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. paksuco/lara-ticket

ActiveLaravel-package[Utility &amp; Helpers](/categories/utility)

paksuco/lara-ticket
===================

A laravel 5 package to handle 'support ticket', a fork from sdkcodes/lara-ticket

0.0.4(5y ago)010MITBlade

Since Oct 24Pushed 4y agoCompare

[ Source](https://github.com/paksuco/lara-ticket)[ Packagist](https://packagist.org/packages/paksuco/lara-ticket)[ RSS](/packages/paksuco-lara-ticket/feed)WikiDiscussions master Synced 2d ago

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

LaraTicket
==========

[](#laraticket)

A Laravel 5 package to handle ticket support system within your project
-----------------------------------------------------------------------

[](#a-laravel-5-package-to-handle-ticket-support-system-within-your-project)

### About

[](#about)

---

A Laravel 5 package to handle ticket support system within your project. LaraTicket integerates nicely with the existing users database and authentication system. You are also at liberty to configure a number of options to make it match your project more closely. You can use LaraTicket straight out of the box without extra efforts or configurations ### Features

[](#features)

1. Two main user roles (admin and user)
2. Users can create tickets, add comments, open and close tickets
3. Feature rich text editor with image and video embeding
4. Uses bootstrap 4
5. An easy to use admin panel
6. Custom views, so you do not need to write your own views
7. Custom predefined routes

### Installation

[](#installation)

- To install LaraTicket, in your existing project root directory, run `composer require sdkcodes/lara-ticket 0.0.3`
- If you're using Laravel &lt; 5.4, copy and add this line to the `providers` array in your `config/app.php` file `Sdkcodes\LaraTicket\LaraTicketServiceProvider::class,`

```
