Skip to content

t2t2/draft

Repository files navigation

Movie Draft? Movie Draft.

Build Status Scrutinizer Quality Score Code Coverage

Based on the Summer / Winter Movie Draft of NSFWshow, Draftr is site for creating your own fantasy movie league.

Note: Draftr is codename for the codebase, while the product is called Box Office Draft. Draftr also used to be the name of the site until August 2013.

Framework: Laravel 4

Installation

  1. Follow basic steps for installing a laravel project (most likely git clone + composer install)
  2. Create a file .env in root folder and have it's contents be only the environment you wish to run it in (probably local)
  3. Duplicate everything from app/config/local.dist into app/config/local and replace values according to your preferences
  4. Migrate the database & optionally run the database seeder.