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 installto install application dependencies. - Copy
.env.exampleto.env. - Run
php artisan key:generateto generate an application key. - Add database credentials to
.env. - Run
php artisan migrateto migrate the database. - To run the tests included, add database credentials for the
testingdatabase connection defined inconfig/database.phpto.env.
