Overview
This product is a web interface designed to assist with administrative duties for the FiveM server called Legacy Roleplay. It is written in PHP using the Laravel Framework for the backend and Tailwindcss for the frontend. However, it is important to note that this project is deprecated and will not receive any further support or updates. The continuation of this project can be found on a different GitHub repository.
Features
- See and search server logs
- See and search players
- Warn and ban players, including temporary bans
- See and edit characters
- Open issue to request a feature
Installation
To install the Legacy Roleplay admin web interface, follow these steps:
- Clone the repository from GitHub: [add GitHub repository link here]
- Install all the required dependencies using npm and composer
- Create a new file called .env in the envs/ directory and copy the contents from .env.example into it. Update the configurations according to your setup.
- Generate a private and unique application key
- Run the necessary database migrations
- Create a symbolic link at public/storage to point to storage/app/public
- Install, configure, and run the socket server
- Compile the frontend assets using either “dev” for development or “prod” for production
- Finally, start the server
Summary
In summary, the Legacy Roleplay admin web interface is a PHP-based system using Laravel Framework and Tailwindcss. It offers various features such as server log management, player search, player warnings and bans, and character editing. However, it is important to note that this project is deprecated and no longer receiving updates or support.