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

Cube-Nation/BAT-WebInterface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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 :

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.9%
  • PHP 47.5%
  • CSS 1.6%