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: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@
3
3
4
4
A Laravel 12 application for preparing and deploying Minecraft modpack releases by comparing a modpack against a remote server snapshot, applying override rules, and syncing changed files over SFTP. The app provides a simple Web UI for server admins.
5
5
6
-
**This README is current as of the workspace snapshot.**
7
-
8
6
## Highlights
9
7
- Compare a modpack (zip or extracted folder) with a server snapshot to detect added, removed, and modified files.
10
8
- Apply override rules per-path using plain text replace, JSON merge, or YAML merge.
@@ -19,7 +17,7 @@ A Laravel 12 application for preparing and deploying Minecraft modpack releases
19
17
20
18
## Prerequisites
21
19
- Composer 2
22
-
- Node.js 18+ and npm/yarn
20
+
-for dev only: (Node.js 18+ and npm/yarn)
23
21
- SFTP-accessible remote server (password or key auth)
24
22
25
23
## Quick Setup (developer)
@@ -30,11 +28,7 @@ composer install
30
28
cp .env.example .env
31
29
php artisan key:generate
32
30
33
-
# Configure your DB in .env (SQLite / MySQL / Postgres)
0 commit comments