v1.0.0 Stable
Last Updated: 2026
Installation Guide
Follow these steps to set up Eventiq on your server. Ensure your environment meets the Laravel 12 requirements before starting.
🖥️ Server Requirements
Your server must meet the following PHP and extension requirements:
- PHP >= 8.2
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
Note: Ensure
allow_url_fopen is enabled for the license
verification system.
Deployment Methods
Choose the environment that matches your hosting provider:
Using the Eventiq Web Installer
- Upload the
Eventiq.zipfile to your domain's root directory. - Extract the files.
- Visit
yourdomain.comin your browser you will automatically be redirected to the installer. - The wizard will check your server permissions and database connection.
Step 1: Welcome Screen
Step 2: Extension Installation
Step 3: Permission Check
Step 4: Configuration for application
Step 5: Admin Setup
Standard cPanel Installation for Eventiq
-
Open File Manager: Log in to your cPanel. Under the
Files section, click on File Manager.
-
Navigate to Root: Locate and double-click the
public_htmlfolder. This is the directory where your website files must be placed.
-
Upload Project: Click the Upload button in the top
menu. Select the
eventiq.zipfile from your computer and wait for the progress bar to turn green.
-
Extract Files: Right-click on the uploaded
eventiq.zipand select Extract. Ensure the destination is/public_html.
-
Create Database: Go back to cPanel Home and click MySQL
Database Wizard.
- Step 1: Name your database (e.g.,
orfactor_event). - Step 2: Create a user and a strong password.
- Step 1: Name your database (e.g.,
-
Assign Privileges: On the final step of the wizard, check the
ALL PRIVILEGES box and click "Make Changes".
-
Domain & Environment:
Point your domain to the
/publicfolder via the Domains setting in cPanel. Finally, edit the.envfile inpublic_htmlwith your new database name, user, and password.
Hostinger hPanel Setup for Eventiq
-
Access File Manager:
Log in to your Hostinger dashboard. Locate the Files section and click
on File Manager.
-
Select Domain Directory:
Navigate to
domains/yourdomain.com/public_html. Ensure you are in the correct root directory before uploading.
-
Upload Source Code:
Click the Upload button (arrow icon). Select
eventiq.zipfrom your local machine and wait for the upload to complete.
-
Extract the Project:
Right-click the
eventiq.zipfile and select Extract. Choose the current directory as the destination to ensure files are placed inpublic_html.
- PHP Version Setup: Go to Advanced -> PHP Configuration. Ensure your version is set to PHP 8.2 or 8.3 to meet the system requirements.
-
Create MySQL Database:
Navigate to Databases -> MySQL Databases. Enter your database name,
username, and a strong password. Click Create.