for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Ship\Utils;
use Rudra\Container\Facades\Rudra;
trait HelperTrait
{
public function info(string $message): void
Rudra::get("debugbar")['messages']->info($message);
}