Go to file
2025-01-01 19:21:49 +01:00
app Added netbar with language selector 2025-01-01 13:39:02 +02:00
bootstrap Added netbar with language selector 2025-01-01 13:39:02 +02:00
config Added Octane/FrankenPHP support for prod Docker image 2024-12-31 20:37:45 +02:00
database Migrate spam_db to InnoDB and utf8mb4 2025-01-01 19:21:49 +01:00
docker Added Octane/FrankenPHP support for prod Docker image 2024-12-31 20:37:45 +02:00
lang Added netbar with language selector 2025-01-01 13:39:02 +02:00
public Added netbar with language selector 2025-01-01 13:39:02 +02:00
resources Added netbar with language selector 2025-01-01 13:39:02 +02:00
routes Added netbar with language selector 2025-01-01 13:39:02 +02:00
storage Added website Docker image, bumped PHP version, added mall authentication, added experimental patcher support, improved migrations, added teasers 2024-09-22 21:14:31 +03:00
tests Added static content 2023-07-23 01:14:14 +03:00
.dockerignore Added .git directory to dockerignore 2024-09-22 21:41:14 +03:00
.editorconfig Added static content 2023-07-23 01:14:14 +03:00
.env.example Added static content 2023-07-23 01:14:14 +03:00
.gitattributes Added static content 2023-07-23 01:14:14 +03:00
.gitignore Added Octane/FrankenPHP support for prod Docker image 2024-12-31 20:37:45 +02:00
artisan Added static content 2023-07-23 01:14:14 +03:00
composer.json Added Octane/FrankenPHP support for prod Docker image 2024-12-31 20:37:45 +02:00
composer.lock Added Octane/FrankenPHP support for prod Docker image 2024-12-31 20:37:45 +02:00
package-lock.json Added static content 2023-07-23 01:14:14 +03:00
package.json Added static content 2023-07-23 01:14:14 +03:00
phpunit.xml Added static content 2023-07-23 01:14:14 +03:00
README.md Added minimal information to README.md 2024-06-02 22:16:40 +03:00
vite.config.js Added static content 2023-07-23 01:14:14 +03:00

The Metin2 Website

This is a replica of the old Metin2 website in the pre-2014 era, made in Laravel. Still very much a work in progress, it aims to be the management centre for the Metin2 stack.

What works

  • Registering a new account
  • Account login

What's unfinished

  • User management
  • Complete multilanguage system & English translations
  • Item-Shop with Stripe integration
  • Populating the database tables with the minimum information to start the server
  • Admin panel (which would allow you to post news, customize the navbar, etc. and also manage ingame actions such as bans)
  • Docker image
  • Ranking (with cache system for fast search)
  • Adding Grotto & DC landing pages
  • Converting Flash-based media players to HTML5.