🔩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

Last updated