GitPedia

MLM Solution

MLM solution built with Laravel

From voidnerd·Updated March 27, 2026·View on GitHub·
·Archived

This MLM solution has six level of payments.\ Levels are made using tree data structure(clusure table) which makes it better than all the recursive solutions out there. The project is written primarily in PHP, distributed under the MIT License license, first published in 2019. Key topics include: closure-table, laravel, mlm, mlm-solution, mysql.

MLM Solution

This MLM solution has six level of payments.
Levels are made using tree data structure(clusure table) which makes it better than all the recursive solutions out there.

Features

  • Activation Fee
  • Level payments (all through level six)
  • Paystack payments gateway
  • Fast Tree Structure

Usage

  • clone this repository
  • cd [project-directory]
  • composer install
  • create a .env file, copy all text in .env.example into the .env file and add your configurations.
  • php artisan key:generate
  • create your mysql database, and run the /model.sqlscript
  • php artisan serve

TIP: Change user role from "user" to "admin" in users table, after registering your first user; to see full admin privileges.

TIP: You can change monetary variables on base controller app/Http/Controllers/Controller.php :metal:

How do I thank you?

[
I don't know...start with giving the repo a star and maybe recommend me a cool job. Gracias.

Licensing

  • Copyright © 2019 ndiecodes
  • Licensed under MIT

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from voidnerd/MLM-Solution via the GitHub API.Last fetched: 6/27/2026