Requirements

Make sure the appropriate PHP version is installed and required PHP extensions are both installed and enabled.

PHP Status
PHP >= 8.0.2
Extensions Status
Intl PHP Extension
PDO PHP Extension
JSON PHP Extension
Ctype PHP Extension
XML PHP Extension
Tokenizer PHP Extension
Mbstring PHP Extension
OpenSSL PHP Extension

Permissions

Please make sure that the PHP has proper access to the following files and directories.

Files Status
.env
Directories Status
storage
bootstrap/cache

Configuration

Please configure your application with necessary information and credentials.

Database
{{ errors.get('db_host') }}
{{ errors.get('db_port') }}
{{ errors.get('db_username') }}
{{ errors.get('db_password') }}
{{ errors.get('db_database') }}
Admin
{{ errors.get('admin_first_name') }}
{{ errors.get('admin_last_name') }}
{{ errors.get('admin_email') }}
{{ errors.get('admin_phone') }}
{{ errors.get('admin_password') }}
{{ errors.get('admin_password_confirmation') }}
Store
{{ errors.get('store_name') }}
{{ errors.get('store_email') }}
{{ errors.get('store_phone') }}
{{ errors.get('store_search_engine') }} You cannot change the search engine later.

Installed Successfully!