A bare-bones web interface for running and managing a Minecraft Server.
cd
into this app's directorycomposer install
to install PHP dependencies.cp .env.example .env
to copy the default environment file.php artisan key:generate
to set the application encryption keyMINECRAFT_
and DB_
sections.php artisan migrate
to migrate the database.php artisan mcadmin:user
to create a new user.