Clone
2
Home
tp_dhu edited this page 2025-02-09 20:06:50 +00:00

tp_servicedesk

A { service desk, ticket, knowledge base } web application written in PHP using fat free framework.

Used to keep track of ongoing projects/tasks, allow to view and search historic projects which may have already answered a previous question. Knowledge Base built from applications using markdown.

Plesk - quest notes

- plesk ext composer --application -register -domain desk.tinylink.uk -path desk.tinylink.uk/tp_servicedesk
~ https://www.plesk.com/kb/support/how-to-change-in-the-php-composer-extension-the-path-of-the-composer-json-file/

Milestones

  • Database created locally
  • .gitignore added
  • added AuthController - login and logout process
  • added TicketController - CRUD for tickets