Appearance
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
Recommended PHP Configuration
Make sure your php.ini file includes the following settings:
ini
max_execution_time = 1800
memory_limit = 128MMySQL Configuration
Update your my.cnf (Linux) or my.ini (Windows) file and add the following setting under the [mysqld] section:
ini
max_allowed_packet = 512MRestart your MySQL service after making the changes.
