Skip to content

alphartdev/BAT-WebInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :