atamaniuc / AffiliateProgram

This is the two-tier Affiliate Program example written in Laravel 5.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Affiliate Program

description

This is the two-tier Affiliate Program example written in Laravel 5.2

install

composer update
artisan key:generate
artisan migrate:install
artisan migrate
artisan db:seed

Set up your .env and add to the end:
PUSHER_APP_ID=200699
PUSHER_KEY=e95c6a7f2c5eed28e4a1
PUSHER_SECRET=5643d0099cb74c93a2c4

credentials

user: jack@daniels.com
password: secret

TODO:

  1. Set up secure chanels for Pusher, use tokens instead of UserID and remove Long Polling Fallback (or use socket.io).
  2. Use UUID instead of incremental ID (was problems with user auth).
  3. Implement User Roles.
  4. Refactor DB to use Nested Sets for getting many referrers.
  5. Set up cache for Eloquent.
  6. Use Gulp for frontend.

About

This is the two-tier Affiliate Program example written in Laravel 5.2


Languages

Language:PHP 99.4%Language:JavaScript 0.5%Language:ApacheConf 0.1%Language:CSS 0.0%