From add90eeecb0467733ffb50a5fa4abfbb2da0bbfc Mon Sep 17 00:00:00 2001 From: HDVinnie Date: Sun, 10 Apr 2022 11:32:27 -0400 Subject: [PATCH] update: readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3cf52583..be368af17 100644 --- a/README.md +++ b/README.md @@ -43,21 +43,23 @@ ## 🧐 Introduction -I have been developing a Nex-Gen Torrent Tracker Software called "UNIT3D." This is a PHP software based on the lovely Laravel Framework -- currently Laravel Framework 8, MySQL Strict Mode Compliant, and PHP 8.0 Ready. The code is well-designed and follows the PSR-2 coding style. It uses an MVC Architecture to ensure clarity between logic and presentation. As a hashing algorithm of Bcrypt or Argon2 is used, to ensure a safe and proper way to store the passwords for the users. A lightweight Blade Templating Engine. Caching System Supporting: "apc,” "array,” "database,” "file," "memcached," and "redis" methods. Eloquent and much more! +I have been developing a Nex-Gen Torrent Tracker Software called "UNIT3D." This is a PHP software based on the lovely Laravel Framework -- currently Laravel Framework 8, MySQL Strict Mode Compliant, and PHP 8.1 Ready. The code is well-designed and follows the PSR-2 coding style. It uses an MVC Architecture to ensure clarity between logic and presentation. As a hashing algorithm of Bcrypt or Argon2 is used, to ensure a safe and proper way to store the passwords for the users. A lightweight Blade Templating Engine. Caching System Supporting: "apc,” "array,” "database,” "file," "memcached," and "redis" methods. Eloquent and much more! ## 💎 Some Features UNIT3D currently offers the following features: - Internal Forums System - Staff Dashboard - - Faceted Ajax Torrent Search System - - BON Store - - Torrent Request Section with BON Bounties + - Livewire Powered Search Systems (Torrents, Requests, Users, Etc) + - Bonus Points + Store + - Torrent Request Section with Bonus Point Bounties and votes - Freeleech System - Double Upload System - Featured Torrents System - Polls System - Extra-Stats + - Torrent Grouping + - Top 10 System - PM System - Multilingual Support - TwoStep Auth System