Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.03 KB

BAT-WebInterface

This is a webinterface written in PHP for the BungeeAdminTools plugin, a bungeecord administration plugin.

##How to deploy the webinterface : The webinterface uses Composer (a dependency management system) and therefore asks a bit of work before being able to work.
So you have two solutions :

  • for users : download packaged (plug and play) version of the webinterface here
  • for developers : once you cloned the repo, you should run the following commands : composer update and composer dump-autoload -o. It should create a vendor directory in the root folder of the project and that's all you have to do to get an working application.

##Links :