Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.46 KB


About Growconomy

Growconomy is an online price checker for Growtopia. Our goal is to supply you with the most accurate prices. You can help us with that!

A live site of this repository can be found here: Live Test Site

Requirements

Instalation

  1. Clone the Repository:

    $ git clone https://github.com/NotWes/Growconomy.git
  2. Install dependencies with composer:

    $ composer install
  3. Copy .env.example to .env in the root folder:

    $ cp .env.example .env
  4. Generate the application key:

    $ php artisan key:generate
  5. Enter you database credentials in .env

  6. Run database migrations:

    $ php artisan migrate