ShadowFiend23 / TOR

EVSU TOR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOR

EVSU TOR

Requirements

Must have these installed

Running

  1. Download Code
  2. Install dependencies by running the commands below:
composer install
npm install
  1. Change mysql parameters in the .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=tor
DB_USERNAME=root
DB_PASSWORD=
  1. Run migration
php artisan migrate:refresh --seed

Note

A default admin user is created (both user and pass are admin)

  1. Start the server
npm start
  1. Open http://127.0.0.1:8000

About

EVSU TOR


Languages

Language:Blade 77.9%Language:PHP 13.7%Language:CSS 4.0%Language:JavaScript 2.8%Language:HTML 1.6%