update: readme

This commit is contained in:
HDVinnie
2022-04-10 11:32:27 -04:00
committed by GitHub
parent d7df3ed997
commit add90eeecb

View File

@@ -43,21 +43,23 @@
## <a name="introduction"></a> 🧐 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!
## <a name="features"></a> 💎 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