Skip to content

AI Tools Server Requirements

Before proceeding with the installation, ensure that your server meets the following requirements. Since AI Tools is built with Laravel and JavaScript, a basic understanding of both technologies is recommended for installation and customization.

Server & Environment Requirements

This documentation will help you with each step of the installation.

  • Server Type: Linux (Shared Hosting, VPS, or Dedicated Server)
  • PHP Version: 8.2 or later
  • MySQL Version: 5.7 or later
  • 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

Make sure your php.ini file includes the following settings:

ini
max_execution_time = 1800
memory_limit = 128M

MySQL Configuration

Update your my.cnf (Linux) or my.ini (Windows) file and add the following setting under the [mysqld] section:

ini
max_allowed_packet = 512M

Restart your MySQL service after making the changes.

© 2019-present NativeCode. All rights reserved.