Skip to content

Provably Fair Verification Laravel website build. Follow the instructions in this readme to new-up your own local build of this verification website.

Notifications You must be signed in to change notification settings

dbd-net/laravel-provable

Repository files navigation

Provably Fair

This git project allows you to set up a Laravel based website that will allow you to validate provably fair results.

Prerequisites

You must have php 7.2 installed along with Composer.

Installation

There are a few steps to run in order to get the provable front end up and running. The following commands will need to be run from within a terminal:

# first clone the repository
git clone https://github.com/dbd-net/laravel-provable.git

# next, cd into the newly created project directory
cd provable-laravel

# next, copy the .env.example file to .env
cp .env.example .env

# now, install all of the composer dependencies
composer install

# generate the Laravel app key
php artisan key:generate

# finally, start serving the application
php artisan serve

If everything worked, you should now have a website running at http://127.0.0.1:8000

About

Provably Fair Verification Laravel website build. Follow the instructions in this readme to new-up your own local build of this verification website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •