Appearance
GoBiz Server Requirements
Before installing GoBiz, ensure that your server meets the following requirements. Since GoBiz is built with Laravel and JavaScript, a basic understanding of both technologies is recommended for installation and customization.
Server Requirements
Verify that your server meets the following requirements before proceeding with the installation:
- Operating System: Linux (Shared Hosting, VPS, or Dedicated Server)
- PHP: 8.2 or later
- Database: MySQL 5.7+ or MariaDB 10.2+
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- ZIP PHP Extension
Important
Ensure that the following PHP functions are not listed in the disable_functions directive of your php.ini file:
ini
putenv
symlinkIf either function is disabled, remove it from the disable_functions list and restart your web server or PHP service for the changes to take effect.
