Skip to content

UltimateQR Server Requirements

Before proceeding with the installation, ensure that your system meets the necessary requirements. You should also have a basic understanding of Laravel and JavaScript application setup, as this project is built using Laravel with JavaScript.

Server & Environment Requirements

This documentation is to help you regarding each step of installtion.

  • Server Type: Linux (Shared / VPS / Dedicated)
  • PHP Version: >= 8.1
  • MySQL Version: >= 5.7
  • BCMath PHP Extension
  • Ctype PHP Extension
  • Fileinfo PHP Extension
  • ImageMagick PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • ZIP PHP Extension

Please make sure your following PHP.ini configurations

max_execution_time = 120memory_limit = 128M

Note: This application requires HTTPS connection.
If you're trying to install this application in your localhost, it must have SSL enabled.

How to enable SSL in your localhost - XAMPP?

© 2019-present NativeCode. All rights reserved.