Skip to content

CaddyDz/KingBoosting

Repository files navigation

King Boosting

Elo gaming boosting site

Check & fix styling Tests

Installation instructions

Pre-requisites

  • Node version: 14.x
  • NPM version: 6.x
  • Composer version: 2.x
  • PHP version: 8.0
  • Laravel Nova license: ~3.0
  • MySQL version: ^8.0

Clone the repository locally

git clone https://github.com/CaddyDz/KingBoosting.git

Authenticate Nova

composer config http-basic.nova.laravel.com <username> <password>

Install PHP dependencies

composer install

Create a .env file

cp .env.example .env

Create a MySQL database locally and fill in the database credentials in the .env file