You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+5
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,11 @@ Common syntax | Shorter and more readable syntax
96
96
`->orderBy('age', 'desc')` | `->latest('age')`
97
97
`->orderBy('created_at', 'asc')` | `->oldest()`
98
98
99
+
### CSS
100
+
101
+
CSS should follow the [BEM methodology](https://getbem.com/) and the [7-1 SCSS Architecture](https://sass-guidelin.es/#the-7-1-pattern).
102
+
103
+
Any new pages should use the existing component styles unless a new block, element and/or modifier is being added. It is highly discouraged to add new components when an existing one will do.
🎉<b>A Big Thanks To All Our <a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/graphs/contributors">Contributors</a> and <a href="https://polar.sh/HDInnovations/subscriptions">Sponsors</a></b>🎉
15
+
🎉<b>A Big Thanks To All Our <a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/graphs/contributors">Contributors</a> and <a href="https://polar.sh/HDInnovations">Subscribers</a></b>🎉
16
16
</p>
17
17
18
18
## 📝 Table of Contents
19
19
20
20
1.[Introduction](#introduction)
21
21
2.[Installation](#installation)
22
22
3.[Updating](#updating)
23
-
4.[Demo Site](#demo)
24
-
5.[Support UNIT3D](#support)
25
-
6.[Funding Issues/Requests](#funding)
26
-
7.[Special Thanks](#thanks)
23
+
4.[Support UNIT3D](#support)
24
+
5.[Funding Issues/Requests](#funding)
25
+
6.[Special Thanks](#thanks)
27
26
28
27
29
28
## <aname="introduction"></a> 🧐 Introduction
30
29
31
-
We have been developing a Private Torrent Tracker Software called `UNIT3D`. This is a PHP software based on Laravel 10, Livewire and AlpineJS. It is MySQL Strict Mode Compliant, and PHP 8.2 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!
30
+
We have been developing a Private Torrent Tracker Software called `UNIT3D`. This is a PHP software based on Laravel 11, Livewire and AlpineJS. It is MySQL Strict Mode Compliant, and PHP 8.3 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!
32
31
33
32
## <aname="installation"></a> 🖥️ Installation
34
33
@@ -43,8 +42,6 @@ Use this command to generate demo users and torrents for testing purposes in a d
0 commit comments