<?php
$minimum_php_version = "8.0.13";
return [
/*
|--------------------------------------------------------------------------
| Installment Requirements
|--------------------------------------------------------------------------
|
|Installment requirements server/database. This is the default values for process installation.
|This variable contains installment related all require stuff details like server, database,
|server version, database engine, database version, server extensions etc.
|
*/
'requirements' => [
'php' => [
'min_version' => $minimum_php_version,
'extensions' => [
'openssl',
'pdo',
'mbstring',
'tokenizer',
'json',
'gd',
'curl',
'zip',
'zlib',
'fileinfo',
'exif',
],
],
'apache' => [
'mod_rewrite',
]
],
/*
|--------------------------------------------------------------------------
| Folders Permissions
|--------------------------------------------------------------------------
|
| This is default folder permission for process installation.
|
*/
'permissions' => [
'storage/framework/' => '775',
'storage/logs/' => '775',
'bootstrap/cache/' => '775',
],
'marketplace' => 'codecanyon',
];
How To Payment
Making a payment on our website is quick and secure. Start by logging in or creating an account. Select your preferred payment method, input the required details, and review the information. Once you confirm everything is correct, click on the "Submit Payment" button. You’ll receive instant confirmation and can track your payment status through your account dashboard. It’s an easy and secure process.