Skip to content

Instantly share code, notes, and snippets.

View schulle4u's full-sized avatar

Steffen Schultz schulle4u

View GitHub Profile
@schulle4u
schulle4u / yellow-dev.md
Last active January 2, 2024 21:07
My development environment for Datenstrom yellow

My local development environment for Datenstrom yellow

This is just my own environment, please don't consider this as an official development guide. Operating systems and software will vary for your own needs. Please consult the internet for any installation help.

What you need

  • Windows 11 Pro, 64 Bit
  • Windows Subsystem for Linux (WSL2) running Debian 12
  • GitHub Desktop
@schulle4u
schulle4u / settings.php
Last active October 12, 2023 11:33
#Datenstrom-Yellow Command extension to show extension settings
<?php
// Settings extension
class YellowSettings {
const VERSION = "0.1.3";
public $yellow; // access to API
// Handle initialisation
public function onLoad($yellow) {
$this->yellow = $yellow;