This guide provides step-by-step instructions for installing the PHP application. Please follow the instructions below to get started.
Before proceeding with the installation, make sure you have the following software installed on your system:
- PHP (version 7.4 or higher)
- Composer
-
Clone the repository:
git clone <repository_url>
-
Change to the doptor-api-data-dpg/config directory:
cd doptor-api-data-dpg/config
-
Create a copy of the app.example.php file and name it app.php:
cp app.example.php app.php
-
Edit
oisf_dynamic_conf.php
and set the domain of the application inAPP_URL
like below:define('APP_URL', 'https://dpgdata.doptor.gov.bd/');
-
Go back to the root directory of the application:
cd ../
-
Install the required dependencies using Composer:
composer install
-
Open the
config/app.php
file and update the MySQL configuration with your database credentials and save the file.
We appreciate your support and hope you find our DOPTOR DATA DPG.
Best regards,