All Projects → ExpDev07 → legacy-rp-admin-v3

ExpDev07 / legacy-rp-admin-v3

Licence: MIT License
💻 A web interface to help with administrative duties at the FiveM server: Legacy Roleplay. Currently compatible with the OP-FW framework.

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to legacy-rp-admin-v3

firescript
OneSync Infinity compatible fire script for FiveM.
Stars: ✭ 53 (+82.76%)
Mutual labels:  roleplay, fivem
FiveM-Civ-Car-Pack
A big library of civilian cars you can fork or download for your server
Stars: ✭ 92 (+217.24%)
Mutual labels:  fivem, fivem-server
ZIRIXV2
Base vRPex para FiveM, desenvolvida pela equipe ZIRAFLIX, conjunto a alguns scripts da comunidade.
Stars: ✭ 22 (-24.14%)
Mutual labels:  fivem, fivem-server
GCPhone-Rewritten
Improved version of the famous GCPhone resource
Stars: ✭ 26 (-10.34%)
Mutual labels:  fivem, fivem-server
mammaskitchen
A Simple Restaurant Management
Stars: ✭ 72 (+148.28%)
Mutual labels:  laravel-framework
Shopping-Ecommerce-App-Project
Online shopping App built on Android Studio and Firebase Real-time Database.
Stars: ✭ 46 (+58.62%)
Mutual labels:  staff-management
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (+0%)
Mutual labels:  laravel-framework
FiveM-Bot
[OUTDATED] Monitor your FiveM (GTA Online) Server with FiveM Bot.
Stars: ✭ 27 (-6.9%)
Mutual labels:  fivem
altv-quickstart
The fastest alt:V JS setup on GitHub.
Stars: ✭ 29 (+0%)
Mutual labels:  fivem
ox inventory
Overextended Inventory for ESX Legacy
Stars: ✭ 149 (+413.79%)
Mutual labels:  fivem
teamo-ddd-example
Implementing Domain Driven Design in PHP using Laravel
Stars: ✭ 46 (+58.62%)
Mutual labels:  laravel-framework
artisan-shortcuts
🍰 Register shortcuts to execute multiple artisan commands
Stars: ✭ 56 (+93.1%)
Mutual labels:  laravel-framework
zAdmin
Powerfull admin menu that works with ESX.
Stars: ✭ 54 (+86.21%)
Mutual labels:  fivem
krz personalmenu
🎓 ESX PersonalMenu by Korioz
Stars: ✭ 58 (+100%)
Mutual labels:  fivem
laravel-online-migrator
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
Stars: ✭ 43 (+48.28%)
Mutual labels:  laravel-framework
fivem-mongodb
MongoDB wrapper for FiveM
Stars: ✭ 25 (-13.79%)
Mutual labels:  fivem
snaily-cadv4
💻 An open source Computer Aided Dispatch (CAD) for FiveM, this is a web based integration for communities who love police roleplaying and dispatching. Discord: https://discord.gg/eGnrPqEH7U
Stars: ✭ 36 (+24.14%)
Mutual labels:  fivem
jikkyo-api
ニコニコ実況 過去ログ API(非公式)
Stars: ✭ 17 (-41.38%)
Mutual labels:  laravel-framework
rprogress
Customisable radial progress bars for FiveM
Stars: ✭ 41 (+41.38%)
Mutual labels:  fivem
crater
Open Source Invoicing Solution for Individuals & Businesses
Stars: ✭ 5,938 (+20375.86%)
Mutual labels:  laravel-framework

Legacy RP Logo

legacy-rp-admin-v3

Build Status GitHub GitHub pull requests GitHub issues


Buy Me a Coffee at ko-fi.com Buy Twoot a Coffee at ko-fi.com

100% FREE + OPEN SOURCE.

A web interface to help with administrative duties at the FiveM server: Legacy Roleplay. Written in PHP using Laravel Framework and Tailwindcss for the frontend.

See #contributing for more details on how you can help shape legacy-rp-admin-v3. We're always down to improve and receive feedback.

Urgent? Write to Twoot on Discord: Twootinger#2222.

Note

It is recommended that you use Chrome or Edge as your web browser for the best experience.

Features

Improvements from v1

  1. Re-done to give a more minimalistic and "simple" look.
  2. Backend improvements that encourage scaling and maintainability.
  3. More.

License

Please refer to LICENSE.md for this project's license.

Contributors

This list only contains some of the most notable contributors. For the full list, refer to GitHub's contributors graph.

  • ExpDev07 (Marius) - creator and maintainer of both frontend and backend.
  • twooot (Twoot) - maintainer of both frontend and backend.

Pictures

(more will be posted soon once some design decisions are finalized).

Logging in

Logging in

Dashboard

Dashboard

Players

Players

Viewing player

View Player

Characters

Characters

Viewing character

View Character

Server Logs

Logs

Panel Logs

Panel Logs

Server List

Server List

Advanced

Advanced

Suspicious Search

Suspicious Search

Contributing

This section describes how you can help contribute.

Prerequisites

  • PHP 7.4+.
  • Composer.
  • Node (and npm).
  • SQL (database).

Setting up project

Grab yourself a copy of this repository:

$ git clone https://github.com/ExpDev07/legacy-rp-admin-v3.git

Install all the required dependencies (we use both npm and composer):

$ composer install
$ npm install

Create a new file called envs/.env and copy the contents from .env.example over to it, then apply your configurations.

$ cp .env.example envs/.env

Create a private and unique application key:

$ php artisan key:generate

Run database migrations so that we can store things:

$ php artisan migrate

Create a symbolic link at public/storage so that it points to storage/app/public:

$ php artisan storage:link

Install, configure and run the socket server from legacyrp-admin-panel-sockets

Compile frontend assets (use "dev" for development and "prod" for production):

$ npm run dev/prod

Finally, boot the server up:

$ php artisan serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].