1. Server Requirements
- Apache, nginx, or another compatible web server.
- PHP >= 8.0 >> Higher
- MySQL Database server 5.7.8.x
- 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
- Module Re_write server
- PHP_CURL Module Enable
Minimum server space and RAM or processor, or resources are required on the hosting plan: RAM 2G, 1 CPU, 10GB Disk
2. PHP Configuration
Open your php configuration file php.ini and change the following settings.
memory_limit = 64M
max_execution_time = 3000
If you are using Cpanel, you can follow this article to change your PHP memory limit settings https://chemicloud.com/kb/article/how-to-increase-the-php-memory-limit-in-cpanel/
On this project, we're using the latest Laravel version (currently 8.x). Please go to Laravel documentation page for more information.
It’s based on Laravel framework, the root folder for it is /public. You shouldn’t install it on a sub-folder, use sub-domain is better than sub-folder. (we won’t support to install our product on sub-folder) .