Dainc007 / menagoleague.pl

Menagoleague new version based on Laravel framework
3 stars 0 forks source link

Welcome to Menagoleague

Menagoleague new version based on Laravel framework. Live version here http://www.menagoleague.heinze.com.pl/

Table of contents

General info

This project is an opportunity for FIFA players to bring their gaming expieriance on new level. It allows gamers to compete each other base on PC, Xbox ora Playstation devices. Nevertheless, Menagoleague is not only a place to join tournaments. As project base function, Menagoleague is a simulation of becoming football Menager. You are able to take over the team, interact with your players and fans, you're about to achive your board goals etc. You will be responsible for your team brand growth as much as winning games.

Visit our website for more info.

Technologies

Project is created with:

Setup

To run this project, install it locally using via composer:

$ git clone https://github.com/Dainc007/Menagoleague.pl.git

1. clone repository
2. rename env-example file to .env and set your local database name, password etc.
3. composer install
4. php artisan key:generate
5. php artisan storage:link
6. php artisan migrate:fresh --seed

 You're good to go!