Easy HRM
  • πŸ•Getting Started
  • Installation
    • πŸ”©Application Requirement
    • πŸͺ›Application Installation
  • Administrator Login
    • πŸ–₯️Dashboard
    • πŸ—’οΈAttendance Logs
    • πŸ‘©β€πŸ­Employees
    • πŸ“½οΈProjects
    • πŸ“’Notice
    • πŸƒβ€β™‚οΈPriority
    • πŸ‘¨β€πŸ«Profile
    • πŸ”΅Role
    • πŸ—‘οΈTask
    • πŸš‰Leave Status
    • πŸ•¦Allocate Leave
    • β›³Holiday
    • πŸ†Reward
    • πŸ’ΈGenerate Payroll
    • βš™οΈConfiguration
  • Employee Login
    • πŸ–₯️Dashboard
    • βœ…Attendance
    • πŸ‘©β€πŸ«Profile
    • πŸ“½οΈProjects
    • πŸŽ›οΈTask
    • 🎒My Task
    • 🧳My Leaves
    • πŸ›³οΈHoliday Calendar
    • πŸ’²Salary Slip
  • Getting Help
    • πŸ“žContact Us
  • Project Customization
    • πŸ‘¨β€πŸ’»Developer Guide
  • Source and Credits
    • πŸ¦Έβ€β™‚οΈSource and credits
  • Policy
    • 🚨Application Policy
  • Conclusion
    • πŸ–‹οΈConclusion
Powered by GitBook
On this page
  • PHP version and Extension Requirement
  • Database Requirement
  • Other 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 >= 7.4

  • 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)

PreviousGetting StartedNextApplication Installation

Last updated 3 years ago

πŸ”©