Skip to content

AI Tools 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.2.0
  • 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 = 1800
  • memory_limit = 128M

Additionally, update the my.cnf or my.ini file (usually found in /etc/mysql/) under the mysqld section and set:

max_allowed_packet = 512M

© 2019-present NativeCode. All rights reserved.