squallstar / support-ticketing

Support-Ticketing is a micro-application made by Nicholas Valbusa that lets you to manage your project issues and gives your customers the opportunity to create tickets and discuss about them.
5 stars 6 forks source link

Support-Ticketing system

Support-Ticketing is a micro-application that lets you to manage your project issues and gives your customers the opportunity to create tickets and discuss about them. Under the hood, the ticketing system is made with PHP5 and powered by Mint, a micro-framework by Squallstar Studio. Currently it supports only MySQL databases!

Features

How to install

  1. Upload the application folder in the root of your virtualhost. Be sure to copy also the .htaccess file, or the application will not work!

  2. Config the database settings and the website url/email here: includes/Mint/Config.php

  3. Execute the SQL contained in the Install-database.sql file

  4. You're done! The default user is admin:admin

Screenshot

Screenshot

Online demo

You can try an online demo with a customer account here:

Notes

Resources

Contribute via GitHub

To contribute through GitHub, first of all fork the main Support-ticketing repository. Then, checkout your new fork and type this line into the terminal to stay updated with the main repo:

git remote add upstream git://github.com/squallstar/support-ticketing.git

Now you can pull the upstream updates anytime you want via these commands:

git fetch upstream
git merge upstream/master