Skip to content

Instantly share code, notes, and snippets.

View sroehrl's full-sized avatar

neoan sroehrl

View GitHub Profile
<?php
namespace App\Transformers;
use Josantonius\Session\Facades\Session;
use Neoan\Enums\Direction;
use Neoan\Model\Interfaces\Transformation;
class AttachUser implements Transformation
@sroehrl
sroehrl / cli
Created February 12, 2023 00:19
LENKRAD scripts when starting from scratch
#!/usr/bin/env php
<?php
use Neoan\Cli\Application;
use Neoan\Helper\Setup;
use Neoan\NeoanApp;
require_once __DIR__ . '/vendor/autoload.php';
$setup = new Setup();