In this application, I have used Laravel 8.03 version. For give bootstrap my application i have used laravel jetstream with livewire. In this application i have implemented feature for adding referral code while registration of user. I have also validated referral code. I have also assigned Rs. 100 Signup bonous for new users and based on level parent users also get some bonous.In Dashboard I have show earnings of each users and mlm tree show user can see who is upon me and who is using my referral code. Implemented Email Verification to verify users after registration.
Author Information
Email: [email protected]
This software developed for learning purpose if someone want to user it then please mail author to use it.
Step 1: Create env file and configure your database setting and smtp configuration for sending mail
step 2: Install npm and run npm dev for builds for assets using in this project like tailwind css etc.
Commond: npm install
npm run --dev
step 3: Run migration for create table in database
commond : php artisan migrate
step 4 : Now Register users and if you have referral code then you can use and use this appliaction.