Configure your server

Setup your server to deploy Mobile Apps Database Connection

Good to know: We're need to storing data into database through database script for Mobile Apps real-time transaction purposes. You should have stable provider

Prerequisites

The followings are required to install it :

  • PHP Version: 5.6 ~ 7.3.12

  • MySQL Version: >= 5.x

  • Application server: Apache, Nginx, IIS

Mobile Apps Script

There are several files contains script to remotely access your database. Extract whole connection.zip to your webserver directory. Modify credential several Initialize.php file according your db server configuration. HTTPS must be enabled to get script function is secure.

Admin Panel Script

Steps are just upload adminpanel.zip file from the package into your server so take initial config.php according your db configuration on commented line // Database Configuration Settings, SMTP and email sender config on commented line // Email Configuration Default Settings. Well Done.

Last updated