Welcome to BattleMania, 

Thank you for purchase. Follow below installation process to install admin panel & website. 

MANUAL INSTALLATION

	BattleMania manual installation is easy with below five steps:

	1. Create folder(Name should be as you want) inside your local server(if xampp then in htdocs or if wamp then in www). Then unzip the package. There will be upload folder, Copy all files and folder inside upload folder and paste to created folder.

	2. Create mysql database and import battlemania.sql from unzipped package. Follow below steps to create and import database :

		- Under Databases, enter database name(as you want) and click on create button.
		- On the left, select the database that you have just created.
		- Click Import in the top menu.
		- Under File to Import, click Browse and select battlemania.sql file from unzipped package.
		- Click Go at the bottom right to import the database file
		- When the database has been imported successfully, you should see a message at the top of the page similar to: Import has been successfully finished, ## queries executed.
		
	3. Open the application/config/config.php file with a text editor and set your base URL.

	4. Open the database.php file from root with a text editor and setup your database settings.

	5. And you also need to setup database and URL setting for API. Open api/.env file with a text editor and setup your database settings and set base URL in APP_URL.

 
INSTALLATION VIA FTP CLIENT

	BattleMania sever installation is also easy with below six steps:

	1. Unzip the package and find upload folder.

	2. Connect to your FTP server and upload all files from upload folder to public_html.

	3. Create database(Click here for how to create) and import battlemania.sql from unzipped package. Follow below steps to import database:

		- On the left, select the database that you have just created.
		- Click Import in the top menu.
		- Under File to Import, click Browse and select battlemania.sql file from unzipped package.
		- Click Go at the bottom right to import the database file
		- When the database has been imported successfully, you should see a message at the top of the page similar to: Import has been successfully finished, ## queries executed.
	3. Open the application/config/config.php file of server files with a text editor and set your base URL, then save & upload again .

	4. Open the database.php file of server from root with a text editor and setup your database settings, then save & upload again.

	5. And you also need to setup database and URL setting for API. Open api/.env file of server with a text editor and setup your database settings and set base URL in APP_URL, then save & upload again.
	
Thank you,
Thebattlemania team.