Installation
Requirements
Before installing our script, ensure that your server meets the following requirements:
- Apache, nginx, or another compatible web server
- PHP >= 8.1 or higher
- MySQL Database server
PDO
PHP extensionOpenSSL
PHP extensionmbstring
PHP extensionexif
PHP extensionfileinfo
PHP extensionxml
PHP extensionCtype
PHP extensionJSON
PHP extensionTokenizer
PHP extensioncURL
PHP extensionzip
PHP extensioniconv
PHP extension- Ensure the
mod_rewrite
Apache module is enabled
PHP Configuration
Open your php configuration file php.ini
and change the following settings.
ini
memory_limit = 256M
max_execution_time = 300
If you are using cPanel, you can follow this article to change your PHP memory limit settings.
TIP
On this project, we're using the Laravel 10.x. Please go to Laravel documentation page for more information.