Ticket Flow Logo

Technical support management system.

About Ticket Flow

Ticket Flow is a technical support management system that facilitates the process of providing internal technical support to agencies, organizations, and companies. The system operates via three control panels for administrators, staff, and employees. Each control panel has characteristics and functions according to the user type. Ticket Flow built using Laravel framework and Filament.

Features

Requirement

[ PHP: ^8.1] Ticket Flow requires a minimum PHP version of 8.1.

Installation

1. Clone the repository locally:

Clone the repository with git clone
git clone https://github.com/mulihani/ticketflow.git ticketflow && cd ticketflow

2. Edit database information in .env file with your data:

This step is very important. You can copy .env.example file manually or by using the command:
copy .env.example .env
After copying the file, edit database credentials

        DB_CONNECTION=mysql // Replace it with your database connection
        DB_DATABASE=your_database // Replace it with your database name
        DB_USERNAME=root // Replace it with your database username
        DB_PASSWORD= // Replace it with your database password
    

3. Install PHP dependencies:

composer install

4. Generate a unique application key:

php artisan key:generate

5. Running Migrations:

Execute the migrate artisan command:
php artisan migrate

6. Seed essential data:

Execute the db:seed artisan command to seed essential data
php artisan db:seed

Screenshots

After executing the above command, you can login to control panel by going to /cpanel URL and login with credentials admin@admin.com - password

Screenshots

Ticket Flow Index Page

Screenshots index


Technical Support Request Form

Screenshots support request form


Ticket page

Screenshots ticket show


User Dashboard

Screenshots user dashboard


User Tickets

Screenshots user tickets


Admin Dashboard

Screenshots admin dashboard


Add New User

Screenshots add user


System Setting

Screenshots system settings


Ticket Monitoring Screen

Screenshots ticket monitoring screen


Tickets Summary Report

Screenshots pdf


Ticket Report

Screenshots ticket pdf


Ticket Flow Sponsors

We would like to extend our thanks to the following sponsors for funding Ticket Flow development. If you are interested in becoming a sponsor, please send an e-mail to Majed Mulihani via [majed@mulihani.com](mailto:majed@mulihani.com).

Premium Partners

Security Vulnerabilities

If you discover a security vulnerability within Ticket Flow, please send an e-mail to Majed Mulihani via [majed@mulihani.com]. All security vulnerabilities will be promptly addressed.

License

The Ticket Flow is open-sourced software licensed under the [MIT license].