draft
draft copied to clipboard
MOVIES MOVIES MOVIES!
Movie Draft? Movie Draft.
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
- Follow basic steps for installing a laravel project (most likely
git clone+composer install) - Create a file
.envin root folder and have it's contents be only the environment you wish to run it in (probablylocal) - Duplicate everything from
app/config/local.distintoapp/config/localand replace values according to your preferences - Migrate the database & optionally run the database seeder.

