Easy Ticket
Installation Developer GuideSupport
  • 🍕Getting Started
  • Installation
    • 🔩Application Requirement
    • 🪛Application Installation
  • Administrator Login
    • 🔑Login
    • 🙋FAQ
    • 📖Knowledge Base
      • 📁Category
      • 📂Sub Category
      • 📚Knowledge Base
    • 🎫Ticket
      • 📒Dynamic Form Field
      • 🐦Canned Messages
      • 🎟️All Ticket
      • ✏️Create Ticket
      • 🔲Unassigned Tickets
      • 📝Open Ticket
      • ❌Close Ticket
    • 👨‍💻Department
    • 🔐Permissions
      • 🔏Create Permission
      • 🗝️Assign Permission
    • 🙍‍♂️User
      • 🕵️‍♂️Agent
      • 👨‍💼Customer
    • 📄Form Submissions
      • 📱Contact Us Submissions
      • 🗞️Newsletter Submissions
    • 📄CMS
    • 🔩Configuration
      • 🔧Configurations
      • ⚙️Front Page
      • 🇮🇳Language
      • 🔃Import Demo
      • 📧E-Mail Templates
  • Agent
    • 🔑Login
    • 📈Dashboard
    • 🎫Tickets
    • 📭Open Ticket
    • 📪Closed Ticket
    • ⏸️On Hold Ticket
  • Customer
    • 🔑Account
    • 🗓️Dashboard
    • 🎟️Ticket
    • 📭Open Tickets
    • 📪Closed Tickets
    • ⏸️On Hold Ticket
  • Front Page Tour
    • 🏡Home
    • 📚Knowledge Base
    • ❓FAQ
    • 🎧Contact Us
    • 🗒️Submit Ticket
  • Getting Help
    • 📞Contact Us
  • Project Customization
    • 👨‍💻Developer Guide
  • Source and credits
    • 🎇Source and credits
  • Policy
    • 🚨Application Policy
Powered by GitBook
On this page
  • PHP version and Extension Requirement
  • Database Requirement
  • Other Requirement
  • System Requirement
  1. Installation

Application Requirement

In this section, you will learn about the application requirement, like PHP extension or software list to run your application on your local system as well as on the cloud.

PHP version and Extension Requirement

  • PHP Version >= 8.0

  • BCMath PHP Extension

  • Ctype PHP Extension

  • Fileinfo PHP Extension

  • JSON PHP Extension

  • OpenSSL PHP Extension

  • Mbstring PHP Extension

  • Tokenizer PHP Extension

  • XML PHP Extension

  • PDO PHP Extension

Database Requirement

  • Maria DB version >= 10.4

  • Mysql version >= 5.7.

Note: Basically maria DB and MySQL is database server you can use any one of them you don't need to check version compatiblity for both of them to run your application.

Other Requirement

  • Node version 14.15.5 (for compiling assets)

Note: Node version is only required when you want to update your UI or add some extra js to the application.

  • Xampp, wampp, Mamp Server (if you want to run the project locally)

System Requirement

  • Ram - 500MB or more

  • Space - 5GB

  • Processor - 1GHZ or more

PreviousGetting StartedNextApplication Installation

Last updated 2 years ago

🔩