All Projects → balping → ticketit-app

balping / ticketit-app

Licence: MIT license
Ticketit, the simple helpdesk tickets system pre-installed in Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to ticketit-app

tiket
TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.
Stars: ✭ 59 (+73.53%)
Mutual labels:  helpdesk, ticketing-system
peppermint
An open source ticket management & help desk solution. A freshdesk alternative
Stars: ✭ 367 (+979.41%)
Mutual labels:  helpdesk, ticketing-system
Freescout
FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)
Stars: ✭ 1,008 (+2864.71%)
Mutual labels:  helpdesk
Zammad
Zammad is a web based open source helpdesk/customer support system
Stars: ✭ 2,814 (+8176.47%)
Mutual labels:  helpdesk
Dotnetdesk
Asp.Net Example web application showing the capabilities of ASP.NET Core 2 MVC, EF (Entity Framework), Web API, Bootstrap, jQuery, datatables, adminlte template and many more. Web app created as helpdesk or ticket support portal.
Stars: ✭ 136 (+300%)
Mutual labels:  helpdesk
Django Helpdesk
A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk.
Stars: ✭ 1,198 (+3423.53%)
Mutual labels:  helpdesk
Glpi
GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.
Stars: ✭ 2,278 (+6600%)
Mutual labels:  helpdesk
Otrs
((OTRS)) Community Edition is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. Please note that ((OTRS)) Community Edition offers limited OTRS functionality.
Stars: ✭ 769 (+2161.76%)
Mutual labels:  helpdesk
itflow
Free and open-source web application for MSPs that streamlines IT documentation, ticketing, invoicing, and accounting, an alternative to ITGlue. It helps in managing and organizing client's IT information, increasing efficiency and profitability.
Stars: ✭ 282 (+729.41%)
Mutual labels:  ticketing-system
Docker Otrs
The unofficial OTRS Ticketing System docker image
Stars: ✭ 121 (+255.88%)
Mutual labels:  helpdesk
Hd.rustem
HD.rustem - web-based helpdesk system (apache+php+mysql)
Stars: ✭ 198 (+482.35%)
Mutual labels:  helpdesk
Brimir
Email helpdesk built using Ruby on Rails and Zurb Foundation
Stars: ✭ 1,404 (+4029.41%)
Mutual labels:  helpdesk
Chaskiq
A full featured Live Chat, Support & Marketing platform, alternative to Intercom, Drift, Crisp, etc ...
Stars: ✭ 1,263 (+3614.71%)
Mutual labels:  helpdesk
Helpy
Helpy is a modern, open source helpdesk customer support application. Features include knowledgebase, community discussions and support tickets integrated with email.
Stars: ✭ 2,114 (+6117.65%)
Mutual labels:  helpdesk
Server
Enterprise Open Source IM Solution
Stars: ✭ 53 (+55.88%)
Mutual labels:  helpdesk
python-freshdesk
An API for the Freshdesk helpdesk
Stars: ✭ 75 (+120.59%)
Mutual labels:  helpdesk
Appkefu android demo v4
微客服 安卓客服demo 4.x 版本 (IM, SDK, ChatUI, helpdesk, 客服系统 )
Stars: ✭ 11 (-67.65%)
Mutual labels:  helpdesk
Addchat Laravel
AddChat Laravel is a Laravel chat package. Live chat widget for Laravel that also includes multi-user chat, group permissions, customer support chat & more.
Stars: ✭ 99 (+191.18%)
Mutual labels:  helpdesk
Redmine helpdesk
Lightweight helpdesk plugin for redmine.
Stars: ✭ 160 (+370.59%)
Mutual labels:  helpdesk
SupportDocs
Generate help centers for your iOS apps. Hosted by GitHub and always up-to-date.
Stars: ✭ 135 (+297.06%)
Mutual labels:  helpdesk

Moved to GitLab

Warning: This project has been moved to GitLab: https://gitlab.com/balping/ticketit-app


Ticketit app

This is a Laravel 5.5 application with Ticketit pre-installed in it. This is meant to make installation of Ticketit as quick as possible and easier for those who are not familiar with Laravel.

Install this only if you'd like to install Ticketit as a standalone app. If you'd like to integrate Ticketit to your existing Laravel project, follow the maunual installation guide of the Ticketit repository.

Installation

Open a terminal at the desired installation destination and run:

composer create-project --prefer-dist balping/ticketit-app ticketit

This pulls in all necessary libraries. Then cd into the installation directory and run the install script:

cd ticketit
php artisan ticketit:install

This asks some questions (database parameters, admin account login details).

The installation script will do pretty much everything for you to have Ticketit up and running. After installation is done, you might want to set up mail by editing the .env file and go through the settings in the admin panel.

Notes

Please send Ticketit-related bugreports to the Ticketit repo. Only installer-related problems should be reported here.

If you move your installation folder to another path, you need to update the row with slug='routes' in table ticketit_settings.

Versions

Laravel Ticketit app
5.4.* 1.0.*
5.5.* 1.1.*

Installation in 56 seconds

screen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].