Go to file
Exynox dea61c5a0c 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
app 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
bootstrap Added static content 2023-07-23 01:14:14 +03:00
config 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
database 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
docker 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
lang Shop improvements, renamed "shop" to "mall", support for Argon2ID 2024-06-02 22:09:52 +03:00
public 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
resources 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
routes 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
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 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
.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 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
README.md Added minimal information to README.md 2024-06-02 22:16:40 +03:00
artisan Added static content 2023-07-23 01:14:14 +03:00
composer.json 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
composer.lock 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
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
vite.config.js Added static content 2023-07-23 01:14:14 +03:00

README.md

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.