ibikunle1 / simple-referral

A super simple referral system built with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image of User Details

This project demos a super simple referral system built with Laravel. To read the tutorial I wrote for this, click here .

To run the project

  • Clone it to your computer.
  • Run composer install to install application dependencies.
  • Copy .env.example to .env.
  • Run php artisan key:generate to generate an application key.
  • Add database credentials to .env.
  • Run php artisan migrate to migrate the database.
  • To run the tests included, add database credentials for the testing database connection defined in config/database.php to .env.

About

A super simple referral system built with Laravel


Languages

Language:PHP 80.9%Language:HTML 18.6%Language:Vue 0.5%