2017 © Pedro Peláez
 

library bukkit-console

Laravel package providing remote access to a Bukkit server console using JS/PHP/Laravel and the SwiftAPI Bukkit plugin

image

radic/bukkit-console

Laravel package providing remote access to a Bukkit server console using JS/PHP/Laravel and the SwiftAPI Bukkit plugin

  • Wednesday, July 16, 2014
  • by radic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel Bukkit Console

Build Status Latest Stable Version License, (*1)

Laravel package providing remote access to a Bukkit server console using JS/PHP/Laravel and the SwiftAPI Bukkit plugin., (*2)

Preview screenshots

Screen 1 Screen 2 Screen 3, (*3)

Version 1.0.1

View changelog and todo, (*4)

Requirements
Installation

Add to composer.json requirements:, (*5)

"requires": {
    "radic/bukkit-swift-api": "dev-master",
    "radic/bukkit-console": "dev-master",
}

Register Laravel service providers:, (*6)

'providers' => array(
    'Radic\BukkitSwiftApi\BukkitSwiftApiServiceProvider',
    'Radic\BukkitConsole\BukkitConsoleServiceProvider',
)

Publish all zeh stuff:, (*7)

php artisan config:publish radic/bukkit-console
php artisan asset:publish radic/bukkit-console
php artisan view:publish radic/bukkit-console
Using

The standard route is (http://yoursite/bukkit-console'), (*8)

Configuration

There's hardly any config, accept for the JS terminal. Will write something here later on, (*9)

Routing
// config.php
array(
    'view' => array('bukkit-console', 'Radic\BukkitConsole\Controllers\ConsoleController@index'),
    'cmd' => array('bukkit-console', 'Radic\BukkitConsole\Controllers\ConsoleController@cmd')
)
// BukkitConsoleServiceProvider.php
$routes = Config::get('radic/bukkit-console::routes');
Route::get($routes['view'][0], $routes['view'][1]);
Route::post($routes['cmd'][0], $routes['cmd'][1]);
Further reading

Credits

License

Laravel Bukkit Console licensed Do What the Fuck You Want to Public License, (*10)

The Versions

16/07 2014

dev-master

9999999-dev https://github.com/RobinRadic/laravel-bukkit-console

Laravel package providing remote access to a Bukkit server console using JS/PHP/Laravel and the SwiftAPI Bukkit plugin

  Sources   Download

GNU General Public License version 3 (GPLv3)

The Requires

 

laravel console minecraft bukkit swiftapi

08/07 2014

v1.0.1

1.0.1.0 https://github.com/RobinRadic/laravel-bukkit-console

Laravel package providing remote access to a Bukkit server console using JS/PHP/Laravel and the SwiftAPI Bukkit plugin

  Sources   Download

GNU General Public License version 3 (GPLv3)

The Requires

 

laravel console minecraft bukkit swiftapi

08/07 2014

v1.0.0

1.0.0.0 https://github.com/RobinRadic/laravel-bukkit-console

Laravel package providing remote access to a Bukkit server console using JS/PHP/Laravel and the SwiftAPI Bukkit plugin

  Sources   Download

GNU General Public License version 3 (GPLv3)

The Requires

 

laravel console minecraft bukkit swiftapi