Skip to content

zsnakeee/coinloot

Repository files navigation

About Coinloot

Coinloot is a CPA script that allows you to earn money by promoting offers. It is built with Laravel 8

Features

  • User Authentication
  • Protection Against IP Change
  • Maximum Account Creation Limit
  • User Dashboard
  • Admin Dashboard

Requirements

  • PHP >= 8.0
  • Composer
  • MySQL

Installation

  1. Clone the repository
git clone https://github.com/zsnakeee/coinloot.git
  1. Install Composer Dependencies
composer install 
  1. Create a new database and copy the .env.example file to .env
cp .env.example .env
  1. Generate a new application key and line storage
php artisan key:generate
php artisan storage:link
  1. Update the .env file with your database credentials
DB_DATABASE=YOUR_DB_NAME
DB_USERNAME=YOUR_DB_USERNAME
DB_PASSWORD=YOUR_DB_PASSWORD
  1. Run the migrations
php artisan migrate
  1. If your want dummy data, run the seeder (optional)
php artisan db:seed
  1. Start the development server
php artisan serve

Overview

User Dashboard User Dashboard Admin Dashboard admin-dashboard

Video Overview

2024-09-07.21-48-53.mp4

License

The Coinloot script is open-sourced software licensed under the MIT license.