Coinloot is a CPA script that allows you to earn money by promoting offers. It is built with Laravel 8
- User Authentication
- Protection Against IP Change
- Maximum Account Creation Limit
- User Dashboard
- Admin Dashboard
- PHP >= 8.0
- Composer
- MySQL
- Clone the repository
git clone https://github.com/zsnakeee/coinloot.git
- Install Composer Dependencies
composer install
- Create a new database and copy the .env.example file to .env
cp .env.example .env
- Generate a new application key and line storage
php artisan key:generate
php artisan storage:link
- Update the .env file with your database credentials
DB_DATABASE=YOUR_DB_NAME
DB_USERNAME=YOUR_DB_USERNAME
DB_PASSWORD=YOUR_DB_PASSWORD
- Run the migrations
php artisan migrate
- If your want dummy data, run the seeder (optional)
php artisan db:seed
- Start the development server
php artisan serve
User Dashboard
Admin Dashboard
2024-09-07.21-48-53.mp4
The Coinloot script is open-sourced software licensed under the MIT license.